Class SwiftPassword
Deprecated. Use {@link AuthToken} instead.
Swift is the OpenStack object storage service. A SwiftPassword
is an Oracle-provided password for using a
Swift client with the Object Storage Service. This password is associated with
the user's Console login. Swift passwords never expire. A user can have up to two Swift passwords at a time.
Note: The password is always an Oracle-generated string; you can't change it to a string of your choice.
For more information, see Managing User Credentials.
Inheritance
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class SwiftPassword : object
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description you assign to the Swift password. Does not have to be unique, and it's changeable. |
ExpiresOn
Declaration
public System.Nullable<System.DateTime> ExpiresOn { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | Date and time when this password will expire, in the format defined by RFC3339.
Null if it never expires.
|
Id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OCID of the Swift password. |
InactiveStatus
Declaration
public System.Nullable<long> InactiveStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> | The detailed status of INACTIVE lifecycleState. |
LifecycleState
Declaration
public System.Nullable<SwiftPassword.LifecycleStateEnum> LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<SwiftPassword.LifecycleStateEnum> | The password's current state. After creating a password, make sure its |
Password
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Swift password. The value is available only in the response for |
TimeCreated
Declaration
public System.Nullable<System.DateTime> TimeCreated { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | Date and time the |
UserId
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OCID of the user the password belongs to. |