System Assigned Identity Auth Info Args
data class SystemAssignedIdentityAuthInfoArgs(val authType: Output<String>, val deleteOrUpdateBehavior: Output<Either<String, DeleteOrUpdateBehavior>>? = null, val roles: Output<List<String>>? = null, val userName: Output<String>? = null) : ConvertibleToJava<SystemAssignedIdentityAuthInfoArgs>
The authentication info when authType is systemAssignedIdentity
Constructors
Link copied to clipboard
fun SystemAssignedIdentityAuthInfoArgs(authType: Output<String>, deleteOrUpdateBehavior: Output<Either<String, DeleteOrUpdateBehavior>>? = null, roles: Output<List<String>>? = null, userName: Output<String>? = null)