Show / Hide Table of Contents

Class ClientUserArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClientUserArgs
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.RocketMQ
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ClientUserArgs : ResourceArgs

Constructors

View Source

ClientUserArgs()

Declaration
public ClientUserArgs()

Properties

View Source

Bandwidth

The SAG APP bandwidth that the user can use. Unit: Kbit/s. Maximum value: 2000 Kbit/s.

Declaration
public Input<int> Bandwidth { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ClientIp

The IP address of the SAG APP. If you specify this parameter, the current account always uses the specified IP address.Note The IP address must be in the private CIDR block of the SAG client.If you do not specify this parameter, the system automatically allocates an IP address from the private CIDR block of the SAG client. In this case, each re-connection uses a different IP address.

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

KmsEncryptedPassword

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

KmsEncryptionContext

Declaration
public InputMap<object> KmsEncryptionContext { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Password

The password used to log on to the SAG APP.Both the user name and the password must be specified. If you specify the user name, the password must be specified, too.

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

SagId

The ID of the SAG instance created for the SAG APP.

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

UserMail

The email address of the user. The administrator uses this address to send the account information for logging on to the APP to the user.

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

UserName

The user name. User names in the same SAG APP must be unique.Both the user name and the password must be specified. If you specify the user name, the password must be specified, too.

Declaration
public Input<string> UserName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.