Package-level declarations
Types
Link copied to clipboard
data class GetServicePlainArgs(val resourceGroupName: String, val serviceName: String) : ConvertibleToJava<GetServicePlainArgs>
Link copied to clipboard
Builder for GetServicePlainArgs.
Link copied to clipboard
data class ManagedServiceIdentityArgs(val type: Output<Either<String, ManagedServiceIdentityType>>, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<ManagedServiceIdentityArgs>
Managed service identity (system assigned and/or user assigned identities)
Link copied to clipboard
Builder for ManagedServiceIdentityArgs.