ApplicationClientDetails Class

The application client details to track the entity creating/updating the managed app resource.

Inheritance
azure.mgmt.resource.managedapplications._serialization.Model
ApplicationClientDetails

Constructor

ApplicationClientDetails(*, oid: str | None = None, puid: str | None = None, application_id: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
oid
str

The client Oid.

puid
str

The client Puid.

application_id
str

The client application Id.

Variables

Name Description
oid
str

The client Oid.

puid
str

The client Puid.

application_id
str

The client application Id.