Api Management Service Identity Args
data class ApiManagementServiceIdentityArgs(val type: Output<Either<String, ApimIdentityType>>, val userAssignedIdentities: Output<Map<String, UserIdentityPropertiesArgs>>? = null) : ConvertibleToJava<ApiManagementServiceIdentityArgs>
Identity properties of the Api Management service resource.
Constructors
Link copied to clipboard
fun ApiManagementServiceIdentityArgs(type: Output<Either<String, ApimIdentityType>>, userAssignedIdentities: Output<Map<String, UserIdentityPropertiesArgs>>? = null)