Show / Hide Table of Contents

Class AccessKeyState

Inheritance
System.Object
InputArgs
ResourceArgs
AccessKeyState
Inherited Members
ResourceArgs.Empty
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 Source

AccessKeyState()

Declaration
public AccessKeyState()

Properties

View Source

EncryptedSecret

Declaration
public Input<string> EncryptedSecret { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.