Compartilhar via


ActiveDirectoryObject Class

The Active Directory Object that will be used for authenticating the token of a container registry.

Inheritance
azure.mgmt.containerregistry._serialization.Model
ActiveDirectoryObject

Constructor

ActiveDirectoryObject(*, object_id: str | None = None, tenant_id: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
object_id
str

The user/group/application object ID for Active Directory Object that will be used for authenticating the token of a container registry.

tenant_id
str

The tenant ID of user/group/application object Active Directory Object that will be used for authenticating the token of a container registry.

Variables

Name Description
object_id
str

The user/group/application object ID for Active Directory Object that will be used for authenticating the token of a container registry.

tenant_id
str

The tenant ID of user/group/application object Active Directory Object that will be used for authenticating the token of a container registry.