ActiveDirectoryObject Class  
The Active Directory Object that will be used for authenticating the token of a container registry.
Constructor
ActiveDirectoryObject(*, object_id: str | None = None, tenant_id: str | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| object_id | The user/group/application object ID for Active Directory Object that will be used for authenticating the token of a container registry. Default value: None | 
| tenant_id | The tenant ID of user/group/application object Active Directory Object that will be used for authenticating the token of a container registry. Default value: None | 
Variables
| Name | Description | 
|---|---|
| object_id | The user/group/application object ID for Active Directory Object that will be used for authenticating the token of a container registry. | 
| tenant_id | The tenant ID of user/group/application object Active Directory Object that will be used for authenticating the token of a container registry. |