Show / Hide Table of Contents

Class UserArgs

Inheritance
System.Object
InputArgs
ResourceArgs
UserArgs
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 UserArgs : ResourceArgs

Constructors

View Source

UserArgs()

Declaration
public UserArgs()

Properties

View Source

Comments

Comment of the RAM user. This parameter can have a string of 1 to 128 characters.

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

DisplayName

Name of the RAM user which for display. This name can have a string of 1 to 128 characters or Chinese characters, must contain only alphanumeric characters or Chinese characters or hyphens, such as "-",".", and must not end with a hyphen.

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

Email

Email of the RAM user.

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

Force

This parameter is used for resource destroy. Default value is false.

Declaration
public Input<bool> Force { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Mobile

Phone number of the RAM user. This number must contain an international area code prefix, just look like this: 86-18600008888.

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

Name

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> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.