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