ApplicationClientDetails Class
The application client details to track the entity creating/updating the managed app resource.
- Inheritance
-
azure.mgmt.resource.managedapplications._serialization.ModelApplicationClientDetails
Constructor
ApplicationClientDetails(*, oid: str | None = None, puid: str | None = None, application_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
oid
|
The client Oid. |
puid
|
The client Puid. |
application_id
|
The client application Id. |
Variables
Name | Description |
---|---|
oid
|
The client Oid. |
puid
|
The client Puid. |
application_id
|
The client application Id. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python