BillingRoleDefinitionProperties Class

The properties of a role definition.

Constructor

BillingRoleDefinitionProperties(*args: Any, **kwargs: Any)

Variables

Name Description
description
str

The role description.

permissions

The billingPermissions the role has.

role_name
str

The name of the role. Required.

Attributes

description

The role description.

description: str | None

permissions

The billingPermissions the role has.

permissions: list['_models.BillingPermission'] | None

role_name

The name of the role. Required.

role_name: str