Managed Service Identity Args
data class ManagedServiceIdentityArgs(val type: Output<ResourceIdentityType>? = null, val userAssignedIdentities: Output<Map<String, Any>>? = null) : ConvertibleToJava<ManagedServiceIdentityArgs>
Identity for the resource.
Constructors
Link copied to clipboard
fun ManagedServiceIdentityArgs(type: Output<ResourceIdentityType>? = null, userAssignedIdentities: Output<Map<String, Any>>? = null)