AppRoleApp

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

Bases: object

A unique identifier for the application that references this role.

SCIM++ Properties: - idcsSearchable: true - idcsCsvAttributeNameMappings: [[columnHeaderName:App Name, mapsTo:app.display]] - multiValued: false - mutability: immutable - required: true - returned: default - type: complex - uniqueness: none

Methods

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

Attributes

display Gets the display of this AppRoleApp.
name Gets the name of this AppRoleApp.
ref Gets the ref of this AppRoleApp.
service_instance_identifier Gets the service_instance_identifier of this AppRoleApp.
value [Required] Gets the value of this AppRoleApp.
__init__(**kwargs)

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

Gets the display of this AppRoleApp. App display name

SCIM++ Properties:
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: always
  • type: string
  • uniqueness: none
Returns:The display of this AppRoleApp.
Return type:str
name

Gets the name of this AppRoleApp. Application name

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

Gets the ref of this AppRoleApp. App URI

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

Gets the service_instance_identifier of this AppRoleApp. The serviceInstanceIdentifier of the App that defines this AppRole. This value will match the opcServiceInstanceGUID of any service-instance that the App represents.

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

[Required] Gets the value of this AppRoleApp. App identifier

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