AppAliasApps

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

Bases: object

Each value of this internal attribute refers to an Oracle Public Cloud infrastructure App on which this App depends.

Methods

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

Attributes

description Gets the description of this AppAliasApps.
display Gets the display of this AppAliasApps.
ref Gets the ref of this AppAliasApps.
value [Required] Gets the value of this AppAliasApps.
__init__(**kwargs)

Initializes a new AppAliasApps 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 AppAliasApps.
  • ref (str) – The value to assign to the ref property of this AppAliasApps.
  • display (str) – The value to assign to the display property of this AppAliasApps.
  • description (str) – The value to assign to the description property of this AppAliasApps.
description

Gets the description of this AppAliasApps. Description of the alias App.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The description of this AppAliasApps.
Return type:str
display

Gets the display of this AppAliasApps. Display name of the alias App.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The display of this AppAliasApps.
Return type:str
ref

Gets the ref of this AppAliasApps. URI of the alias App.

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

[Required] Gets the value of this AppAliasApps. ID of the alias App.

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