Service Managed Identity Identity Args
data class ServiceManagedIdentityIdentityArgs(val type: Output<Either<String, ServiceManagedIdentityType>>, val userAssignedIdentities: Output<Map<String, Any>>? = null) : ConvertibleToJava<ServiceManagedIdentityIdentityArgs>
Setting indicating whether the service has a managed identity associated with it.
Constructors
Link copied to clipboard
fun ServiceManagedIdentityIdentityArgs(type: Output<Either<String, ServiceManagedIdentityType>>, userAssignedIdentities: Output<Map<String, Any>>? = null)
Functions
Properties
Link copied to clipboard
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.