ApplicationClientDetails Class
The application client details to track the entity creating/updating the managed app resource.
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. Default value: None
|
puid
|
The client Puid. Default value: None
|
application_id
|
The client application Id. Default value: None
|