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