Class CmkKekIdentityResponse
- java.lang.Object
-
- com.pulumi.azurenative.recoveryservices.outputs.CmkKekIdentityResponse
-
public final class CmkKekIdentityResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CmkKekIdentityResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CmkKekIdentityResponse.Builder
builder()
static CmkKekIdentityResponse.Builder
builder(CmkKekIdentityResponse defaults)
java.util.Optional<java.lang.String>
userAssignedIdentity()
java.util.Optional<java.lang.Boolean>
useSystemAssignedIdentity()
-
-
-
Method Detail
-
useSystemAssignedIdentity
public java.util.Optional<java.lang.Boolean> useSystemAssignedIdentity()
- Returns:
- Indicate that system assigned identity should be used. Mutually exclusive with 'userAssignedIdentity' field
-
userAssignedIdentity
public java.util.Optional<java.lang.String> userAssignedIdentity()
- Returns:
- The user assigned identity to be used to grant permissions in case the type of identity used is UserAssigned
-
builder
public static CmkKekIdentityResponse.Builder builder()
-
builder
public static CmkKekIdentityResponse.Builder builder(CmkKekIdentityResponse defaults)
-
-