Billing Role Assignment Properties Args
data class BillingRoleAssignmentPropertiesArgs(val principalId: Output<String>? = null, val principalPuid: Output<String>? = null, val principalTenantId: Output<String>? = null, val roleDefinitionId: Output<String>, val scope: Output<String>? = null, val userAuthenticationType: Output<String>? = null, val userEmailAddress: Output<String>? = null) : ConvertibleToJava<BillingRoleAssignmentPropertiesArgs>
The properties of the billing role assignment.
Properties
Link copied to clipboard
The object id of the user to whom the role was assigned.
Link copied to clipboard
The principal PUID of the user to whom the role was assigned.
Link copied to clipboard
The principal tenant id of the user to whom the role was assigned.
Link copied to clipboard
The ID of the role definition.
Link copied to clipboard
The authentication type of the user, whether Organization or MSA, of the user to whom the role was assigned. This is supported only for billing accounts with agreement type Enterprise Agreement.
Link copied to clipboard
The email address of the user to whom the role was assigned. This is supported only for billing accounts with agreement type Enterprise Agreement.