Class AccountIdentityResponse
- java.lang.Object
-
- com.pulumi.azurenative.automanage.outputs.AccountIdentityResponse
-
public final class AccountIdentityResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AccountIdentityResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountIdentityResponse.Builder
builder()
static AccountIdentityResponse.Builder
builder(AccountIdentityResponse 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 principal id of Automanage account identity.
-
tenantId
public java.lang.String tenantId()
- Returns:
- The tenant id associated with the Automanage account.
-
type
public java.util.Optional<java.lang.String> type()
- Returns:
- The type of identity used for the Automanage account. Currently, the only supported type is 'SystemAssigned', which implicitly creates an identity.
-
builder
public static AccountIdentityResponse.Builder builder()
-
builder
public static AccountIdentityResponse.Builder builder(AccountIdentityResponse defaults)
-
-