ActiveDirectoryObject Class
The Active Directory Object that will be used for authenticating the token of a container registry.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelActiveDirectoryObject
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. |
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. |
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. |
Azure SDK for Python