ResourceCertificateAndAadDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Certificate details representing the Vault credentials for AAD.
[Newtonsoft.Json.JsonObject("AzureActiveDirectory")]
public class ResourceCertificateAndAadDetails : Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateDetails
[<Newtonsoft.Json.JsonObject("AzureActiveDirectory")>]
type ResourceCertificateAndAadDetails = class
inherit ResourceCertificateDetails
Public Class ResourceCertificateAndAadDetails
Inherits ResourceCertificateDetails
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
ResourceCertificateAndAadDetails() |
Initializes a new instance of the ResourceCertificateAndAadDetails class. |
ResourceCertificateAndAadDetails(String, String, String, String, String, Byte[], String, String, Nullable<Int64>, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String) |
Initializes a new instance of the ResourceCertificateAndAadDetails class. |
Properties
AadAudience |
Gets or sets AAD audience for the resource |
AadAuthority |
Gets or sets AAD tenant authority. |
AadTenantId |
Gets or sets AAD tenant Id. |
AzureManagementEndpointAudience |
Gets or sets azure Management Endpoint Audience. |
Certificate |
Gets or sets the base64 encoded certificate raw data string. (Inherited from ResourceCertificateDetails) |
FriendlyName |
Gets or sets certificate friendly name. (Inherited from ResourceCertificateDetails) |
Issuer |
Gets or sets certificate issuer. (Inherited from ResourceCertificateDetails) |
ResourceId |
Gets or sets resource ID of the vault. (Inherited from ResourceCertificateDetails) |
ServicePrincipalClientId |
Gets or sets AAD service principal clientId. |
ServicePrincipalObjectId |
Gets or sets AAD service principal ObjectId. |
ServiceResourceId |
Gets or sets service Resource Id. |
Subject |
Gets or sets certificate Subject Name. (Inherited from ResourceCertificateDetails) |
Thumbprint |
Gets or sets certificate thumbprint. (Inherited from ResourceCertificateDetails) |
ValidFrom |
Gets or sets certificate Validity start Date time. (Inherited from ResourceCertificateDetails) |
ValidTo |
Gets or sets certificate Validity End Date time. (Inherited from ResourceCertificateDetails) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET