Show / Hide Table of Contents

Class CreateCustomerSecretKeyDetails

Inheritance
System.Object
CreateCustomerSecretKeyDetails
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class CreateCustomerSecretKeyDetails : object

Properties

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
System.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