Application Class

Security Application over a given scope.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

Application(*, display_name: str | None = None, description: str | None = None, source_resource_type: str | _models.ApplicationSourceResourceType | None = None, condition_sets: List[MutableMapping[str, Any]] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
display_name
str

display name of the application.

Default value: None
description
str

description of the application.

Default value: None
source_resource_type

The application source, what it affects, e.g. Assessments. "Assessments"

Default value: None
condition_sets
list[<xref:JSON>]

The application conditionSets - see examples.

Default value: None

Variables

Name Description
id
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

display_name
str

display name of the application.

description
str

description of the application.

source_resource_type

The application source, what it affects, e.g. Assessments. "Assessments"

condition_sets
list[<xref:JSON>]

The application conditionSets - see examples.