Show / Hide Table of Contents

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 Source

Datacenters

The datacenters the effective policy is valid within.

Declaration
public readonly ImmutableArray<string> Datacenters
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

ServiceName

The name of the service.

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