EnterpriseAgreementPolicies Class

The policies for Enterprise Agreement enrollments.

Constructor

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

Variables

Name Description
authentication_type

The state showing the enrollment auth level. Known values are: "Other", "MicrosoftAccountOnly", "MixedAccount", "OrganizationalAccountCrossTenant", and "OrganizationalAccountOnly".

account_owner_view_charges

The policy that controls whether account owner can view charges. Known values are: "Other", "Allowed", "Disabled", and "NotAllowed".

department_admin_view_charges

The policy that controls whether department admin can view charges. Known values are: "Other", "Allowed", "Disabled", and "NotAllowed".

Attributes

account_owner_view_charges

"Other", "Allowed", "Disabled", and "NotAllowed".

account_owner_view_charges: str | _models.EnrollmentAccountOwnerViewCharges | None

authentication_type

"Other", "MicrosoftAccountOnly", "MixedAccount", "OrganizationalAccountCrossTenant", and "OrganizationalAccountOnly".

authentication_type: str | _models.EnrollmentAuthLevelState | None

department_admin_view_charges

The policy that controls whether department admin can view charges. Known values are: "Other", "Allowed", "Disabled", and "NotAllowed".

department_admin_view_charges: str | _models.EnrollmentDepartmentAdminViewCharges | None