Provider Class

Resource provider information.

Constructor

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

Variables

Name Description
id
str

The provider ID.

namespace
str

The namespace of the resource provider.

registration_state
str

The registration state of the resource provider.

registration_policy
str

The registration policy of the resource provider.

resource_types

The collection of provider resource types.

provider_authorization_consent_state

The provider authorization consent state. Known values are: "NotSpecified", "Required", "NotRequired", and "Consented".

Attributes

id

The provider ID.

id: str | None

namespace

The namespace of the resource provider.

namespace: str | None

"NotSpecified", "Required", "NotRequired", and "Consented".

provider_authorization_consent_state: str | _models.ProviderAuthorizationConsentState | None

registration_policy

The registration policy of the resource provider.

registration_policy: str | None

registration_state

The registration state of the resource provider.

registration_state: str | None

resource_types

The collection of provider resource types.

resource_types: list['_models.ProviderResourceType'] | None