Class CustomerSecretKeySummary
As the name suggests, a CustomerSecretKeySummary
object contains information about a CustomerSecretKey
.
A CustomerSecretKey
is an Oracle-provided key for using the Object Storage Service's Amazon S3 compatible API.
Inherited Members
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class CustomerSecretKeySummary
Properties
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | The displayName you assign to the secret key. Does not have to be unique, and it's changeable. |
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the secret key. |
InactiveStatus
Declaration
[JsonProperty(PropertyName = "inactiveStatus")]
public long? InactiveStatus { get; set; }
Property Value
Type | Description |
---|---|
long? | The detailed status of INACTIVE lifecycleState. |
LifecycleState
Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CustomerSecretKeySummary.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
CustomerSecretKeySummary.LifecycleStateEnum? | The secret key's current state. After creating a secret key, make sure its |
TimeCreated
Declaration
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | Date and time the |
TimeExpires
Declaration
[JsonProperty(PropertyName = "timeExpires")]
public DateTime? TimeExpires { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | Date and time when this password will expire, in the format defined by RFC3339.
Null if it never expires.
|
UserId
Declaration
[JsonProperty(PropertyName = "userId")]
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the user the password belongs to. |