Class MeX509Certificates
A list of certificates issued to the User.
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class MeX509CertificatesProperties
Display
Declaration
[JsonProperty(PropertyName = "display")]
public string Display { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A human readable name, primarily used for display purposes.
 
 | 
Primary
Declaration
[JsonProperty(PropertyName = "primary")]
public bool? Primary { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
 
 | 
Type
Declaration
[JsonProperty(PropertyName = "type")]
public string Type { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A label indicating the attribute's function.
 
 | 
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public object Value { get; set; }Property Value
| Type | Description | 
|---|---|
| object | The value of a X509 certificate.
 
 | 
Remarks
Required