Show / Hide Table of Contents

Class CreateCustomerSecretKeyDetails

Inheritance
object
CreateCustomerSecretKeyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top