ConnectedRegistryUpdateProperties Class
The parameters for updating token properties.
Constructor
ConnectedRegistryUpdateProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
sync_properties
|
The sync properties of the connected registry with its parent. |
|
logging
|
The logging properties of the connected registry. |
|
client_token_ids
|
The list of the ACR token resource IDs used to authenticate clients to the connected registry. |
|
notifications_list
|
The list of notifications subscription information for the connected registry. |
|
garbage_collection
|
The garbage collection properties of the connected registry. |
Attributes
client_token_ids
The list of the ACR token resource IDs used to authenticate clients to the connected registry.
client_token_ids: list[str] | None
garbage_collection
The garbage collection properties of the connected registry.
garbage_collection: _models.GarbageCollectionProperties | None
logging
The logging properties of the connected registry.
logging: _models.LoggingProperties | None
notifications_list
The list of notifications subscription information for the connected registry.
notifications_list: list[str] | None
sync_properties
The sync properties of the connected registry with its parent.
sync_properties: _models.SyncUpdateProperties | None