Show / Hide Table of Contents

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 Source

AclResourceName

The resource name of the sasl acl.

Declaration
public readonly string AclResourceName
Field Value
Type Description
System.String
View Source

AclResourceType

The resource type of the sasl acl.

Declaration
public readonly string AclResourceType
Field Value
Type Description
System.String
View Source

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

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

InstanceId

Declaration
public readonly string InstanceId
Field Value
Type Description
System.String
View Source

OutputFile

Declaration
public readonly string OutputFile
Field Value
Type Description
System.String
View Source

Username

The username of the sasl acl.

Declaration
public readonly string Username
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.