Class ServiceIdentity
Inheritance
System.Object
ServiceIdentity
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.Azure.ApiManagement.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceIdentity
Fields
View SourceIdentityIds
A list of IDs for User Assigned Managed Identity resources to be assigned.
Declaration
public readonly ImmutableArray<string> IdentityIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
PrincipalId
The Principal ID associated with this Managed Service Identity.
Declaration
public readonly string PrincipalId
Field Value
| Type | Description |
|---|---|
| System.String |
TenantId
The Tenant ID associated with this Managed Service Identity.
Declaration
public readonly string TenantId
Field Value
| Type | Description |
|---|---|
| System.String |
Type
Specifies the type of Managed Service Identity that should be configured on this API Management Service. Possible values are SystemAssigned, UserAssigned or SystemAssigned, UserAssigned (to enable both).
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |