Class GetSaslAclsResult
Inheritance
System.Object
GetSaslAclsResult
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 GetSaslAclsResult
Fields
View SourceAclResourceName
The resource name of the sasl acl.
Declaration
public readonly string AclResourceName
Field Value
| Type | Description |
|---|---|
| System.String |
AclResourceType
The resource type of the sasl acl.
Declaration
public readonly string AclResourceType
Field Value
| Type | Description |
|---|---|
| System.String |
Acls
A list of sasl acls. Each element contains the following attributes:
Declaration
public readonly ImmutableArray<GetSaslAclsAclResult> Acls
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetSaslAclsAclResult> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceId
Declaration
public readonly string InstanceId
Field Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public readonly string OutputFile
Field Value
| Type | Description |
|---|---|
| System.String |
Username
The username of the sasl acl.
Declaration
public readonly string Username
Field Value
| Type | Description |
|---|---|
| System.String |