Class ManagedServiceIdentityResponse
- java.lang.Object
-
- com.pulumi.azurenative.blueprint.outputs.ManagedServiceIdentityResponse
-
public final class ManagedServiceIdentityResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ManagedServiceIdentityResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagedServiceIdentityResponse.Builder
builder()
static ManagedServiceIdentityResponse.Builder
builder(ManagedServiceIdentityResponse defaults)
java.util.Optional<java.lang.String>
principalId()
java.util.Optional<java.lang.String>
tenantId()
java.lang.String
type()
java.util.Map<java.lang.String,UserAssignedIdentityResponse>
userAssignedIdentities()
-
-
-
Method Detail
-
principalId
public java.util.Optional<java.lang.String> principalId()
- Returns:
- Azure Active Directory principal ID associated with this Identity.
-
tenantId
public java.util.Optional<java.lang.String> tenantId()
- Returns:
- ID of the Azure Active Directory.
-
type
public java.lang.String type()
- Returns:
- Type of the managed identity.
-
userAssignedIdentities
public java.util.Map<java.lang.String,UserAssignedIdentityResponse> userAssignedIdentities()
- Returns:
- The list of user-assigned managed identities associated with the resource. Key is the Azure resource Id of the managed identity.
-
builder
public static ManagedServiceIdentityResponse.Builder builder()
-
builder
public static ManagedServiceIdentityResponse.Builder builder(ManagedServiceIdentityResponse defaults)
-
-