Class AclRoleServiceIdentity
Inheritance
System.Object
AclRoleServiceIdentity
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.Consul.Outputs
Assembly: Pulumi.Consul.dll
Syntax
public sealed class AclRoleServiceIdentity
Fields
View SourceDatacenters
The datacenters the effective policy is valid within.
Declaration
public readonly ImmutableArray<string> Datacenters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
ServiceName
The name of the service.
Declaration
public readonly string ServiceName
Field Value
| Type | Description |
|---|---|
| System.String |