Class CreateCustomerSecretKeyDetails
Inherited Members
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class CreateCustomerSecretKeyDetails
Properties
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | The name you assign to the secret key during creation. Does not have to be unique, and it's changeable. |
Remarks
Required