Show / Hide Table of Contents

Class UpdateCustomerSecretKeyDetails

Inheritance
object
UpdateCustomerSecretKeyDetails
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 UpdateCustomerSecretKeyDetails

Properties

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.
(For tenancies that support identity domains) You can have an empty description.

In this article
Back to top