Class DppIdentityDetailsResponse
- java.lang.Object
-
- com.pulumi.azurenative.dataprotection.outputs.DppIdentityDetailsResponse
-
public final class DppIdentityDetailsResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DppIdentityDetailsResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DppIdentityDetailsResponse.Builder
builder()
static DppIdentityDetailsResponse.Builder
builder(DppIdentityDetailsResponse defaults)
java.lang.String
principalId()
java.lang.String
tenantId()
java.util.Optional<java.lang.String>
type()
-
-
-
Method Detail
-
principalId
public java.lang.String principalId()
- Returns:
- The object ID of the service principal object for the managed identity that is used to grant role-based access to an Azure resource.
-
tenantId
public java.lang.String tenantId()
- Returns:
- A Globally Unique Identifier (GUID) that represents the Azure AD tenant where the resource is now a member.
-
type
public java.util.Optional<java.lang.String> type()
- Returns:
- The identityType which can be either SystemAssigned or None
-
builder
public static DppIdentityDetailsResponse.Builder builder()
-
builder
public static DppIdentityDetailsResponse.Builder builder(DppIdentityDetailsResponse defaults)
-
-