ResourceCertificateAndAcsDetails 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 ACS.
[Newtonsoft.Json.JsonObject("AccessControlService")]
public class ResourceCertificateAndAcsDetails : Microsoft.Azure.Management.RecoveryServices.Models.ResourceCertificateDetails
[<Newtonsoft.Json.JsonObject("AccessControlService")>]
type ResourceCertificateAndAcsDetails = class
inherit ResourceCertificateDetails
Public Class ResourceCertificateAndAcsDetails
Inherits ResourceCertificateDetails
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
ResourceCertificateAndAcsDetails() |
Initializes a new instance of the ResourceCertificateAndAcsDetails class. |
ResourceCertificateAndAcsDetails(String, String, String, Byte[], String, String, Nullable<Int64>, String, String, Nullable<DateTime>, Nullable<DateTime>) |
Initializes a new instance of the ResourceCertificateAndAcsDetails class. |
Properties
Certificate |
Gets or sets the base64 encoded certificate raw data string. (Inherited from ResourceCertificateDetails) |
FriendlyName |
Gets or sets certificate friendly name. (Inherited from ResourceCertificateDetails) |
GlobalAcsHostName |
Gets or sets acs mgmt host name to connect to. |
GlobalAcsNamespace |
Gets or sets ACS namespace name - tenant for our service. |
GlobalAcsRPRealm |
Gets or sets global ACS namespace RP realm. |
Issuer |
Gets or sets certificate issuer. (Inherited from ResourceCertificateDetails) |
ResourceId |
Gets or sets resource ID of the vault. (Inherited from ResourceCertificateDetails) |
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. |