Class AccessKeyState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Ram
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class AccessKeyState : ResourceArgs
Constructors
View SourceAccessKeyState()
Declaration
public AccessKeyState()
Properties
View SourceEncryptedSecret
Declaration
public Input<string> EncryptedSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KeyFingerprint
The fingerprint of the PGP key used to encrypt the secret
Declaration
public Input<string> KeyFingerprint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PgpKey
Either a base-64 encoded PGP public key, or a keybase username in the form keybase:some_person_that_exists
Declaration
public Input<string> PgpKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecretFile
The name of file that can save access key id and access key secret. Strongly suggest you to specified it when you creating access key, otherwise, you wouldn't get its secret ever.
Declaration
public Input<string> SecretFile { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
Status of access key. It must be Active or Inactive. Default value is Active.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserName
Name of the RAM user. This name can have a string of 1 to 64 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin with a hyphen.
Declaration
public Input<string> UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |