AppBasedOnTemplate

class oci.identity_domains.models.AppBasedOnTemplate(**kwargs)

Bases: object

Application template on which the application is based.

SCIM++ Properties: - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: default - type: complex

Methods

__init__(**kwargs) Initializes a new AppBasedOnTemplate object with values from keyword arguments.

Attributes

last_modified Gets the last_modified of this AppBasedOnTemplate.
ref Gets the ref of this AppBasedOnTemplate.
value [Required] Gets the value of this AppBasedOnTemplate.
well_known_id Gets the well_known_id of this AppBasedOnTemplate.
__init__(**kwargs)

Initializes a new AppBasedOnTemplate object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • value (str) – The value to assign to the value property of this AppBasedOnTemplate.
  • ref (str) – The value to assign to the ref property of this AppBasedOnTemplate.
  • last_modified (str) – The value to assign to the last_modified property of this AppBasedOnTemplate.
  • well_known_id (str) – The value to assign to the well_known_id property of this AppBasedOnTemplate.
last_modified

Gets the last_modified of this AppBasedOnTemplate. The most recent DateTime that the appTemplate on which the application based upon is updated. The attribute MUST be a DateTime.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
Returns:The last_modified of this AppBasedOnTemplate.
Return type:str
ref

Gets the ref of this AppBasedOnTemplate. URI of the application template.

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
Returns:The ref of this AppBasedOnTemplate.
Return type:str
value

[Required] Gets the value of this AppBasedOnTemplate. Identifier of the application template.

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: true
  • returned: always
  • type: string
  • uniqueness: none
Returns:The value of this AppBasedOnTemplate.
Return type:str
well_known_id

Gets the well_known_id of this AppBasedOnTemplate. Unique Well-known identifier used to reference app template.

Added In: 18.2.6

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The well_known_id of this AppBasedOnTemplate.
Return type:str