Get Billing Role Assignment By Enrollment Account Result
data class GetBillingRoleAssignmentByEnrollmentAccountResult(val createdByPrincipalId: String, val createdByPrincipalTenantId: String, val createdByUserEmailAddress: String, val createdOn: String, val id: String, val name: String, val principalId: String? = null, val principalTenantId: String? = null, val roleDefinitionId: String? = null, val scope: String, val type: String, val userAuthenticationType: String? = null, val userEmailAddress: String? = null)
The role assignment
Constructors
Link copied to clipboard
fun GetBillingRoleAssignmentByEnrollmentAccountResult(createdByPrincipalId: String, createdByPrincipalTenantId: String, createdByUserEmailAddress: String, createdOn: String, id: String, name: String, principalId: String? = null, principalTenantId: String? = null, roleDefinitionId: String? = null, scope: String, type: String, userAuthenticationType: String? = null, userEmailAddress: String? = null)