Class GetSaslAclsArgs
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.ActionTrail
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetSaslAclsArgs : InvokeArgs
Constructors
View SourceGetSaslAclsArgs()
Declaration
public GetSaslAclsArgs()
Properties
View SourceAclResourceName
Get results for the specified resource name.
Declaration
public string AclResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
AclResourceType
Get results for the specified resource type.
Declaration
public string AclResourceType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
InstanceId
ID of the ALIKAFKA Instance that owns the sasl acls.
Declaration
public string InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Username
Get results for the specified username.
Declaration
public string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |