ResourceCertificateAndAadDetails Class

Definition

Certificate details representing the Vault credentials for AAD.

public class ResourceCertificateAndAadDetails : Azure.ResourceManager.RecoveryServices.Models.ResourceCertificateDetails
public class ResourceCertificateAndAadDetails : Azure.ResourceManager.RecoveryServices.Models.ResourceCertificateDetails, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServices.Models.ResourceCertificateAndAadDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServices.Models.ResourceCertificateAndAadDetails>
type ResourceCertificateAndAadDetails = class
    inherit ResourceCertificateDetails
type ResourceCertificateAndAadDetails = class
    inherit ResourceCertificateDetails
    interface IJsonModel<ResourceCertificateAndAadDetails>
    interface IPersistableModel<ResourceCertificateAndAadDetails>
Public Class ResourceCertificateAndAadDetails
Inherits ResourceCertificateDetails
Public Class ResourceCertificateAndAadDetails
Inherits ResourceCertificateDetails
Implements IJsonModel(Of ResourceCertificateAndAadDetails), IPersistableModel(Of ResourceCertificateAndAadDetails)
Inheritance
ResourceCertificateAndAadDetails
Implements

Properties

AadAudience

AAD audience for the resource.

AadAuthority

AAD tenant authority.

AadTenantId

AAD tenant Id.

AzureManagementEndpointAudience

Azure Management Endpoint Audience.

Certificate

The base64 encoded certificate raw data string.

(Inherited from ResourceCertificateDetails)
FriendlyName

Certificate friendly name.

(Inherited from ResourceCertificateDetails)
Issuer

Certificate issuer.

(Inherited from ResourceCertificateDetails)
ResourceId

Resource ID of the vault.

(Inherited from ResourceCertificateDetails)
ServicePrincipalClientId

AAD service principal clientId.

ServicePrincipalObjectId

AAD service principal ObjectId.

ServiceResourceId

Service Resource Id.

Subject

Certificate Subject Name.

(Inherited from ResourceCertificateDetails)
Thumbprint

Certificate thumbprint.

To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

(Inherited from ResourceCertificateDetails)
ValidEndOn

Certificate Validity End Date time.

(Inherited from ResourceCertificateDetails)
ValidStartOn

Certificate Validity start Date time.

(Inherited from ResourceCertificateDetails)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ResourceCertificateDetails)

Explicit Interface Implementations

IJsonModel<ResourceCertificateAndAadDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ResourceCertificateAndAadDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ResourceCertificateDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from ResourceCertificateDetails)
IJsonModel<ResourceCertificateDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ResourceCertificateDetails)
IPersistableModel<ResourceCertificateAndAadDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceCertificateAndAadDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ResourceCertificateAndAadDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ResourceCertificateDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ResourceCertificateDetails)
IPersistableModel<ResourceCertificateDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ResourceCertificateDetails)
IPersistableModel<ResourceCertificateDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ResourceCertificateDetails)

Applies to