Show / Hide Table of Contents

Class GetServiceIdentityResult

Inheritance
System.Object
GetServiceIdentityResult
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 GetServiceIdentityResult

Fields

View Source

IdentityIds

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

PrincipalId

Specifies the Principal ID of the System Assigned Managed Service Identity that is configured on this API Management Service.

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

TenantId

Specifies the Tenant ID of the System Assigned Managed Service Identity that is configured on this API Management Service.

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

Type

Specifies the type of Managed Service Identity that is configured on this API Management Service.

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