AppAsOPCService

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

Bases: object

OPCService facet of the application.

Deprecated Since: 17.3.4

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

Methods

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

Attributes

ref Gets the ref of this AppAsOPCService.
value [Required] Gets the value of this AppAsOPCService.
__init__(**kwargs)

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

Gets the ref of this AppAsOPCService. URI of the OPCService facet.

Deprecated Since: 17.3.4

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

[Required] Gets the value of this AppAsOPCService. Identifier of the OPCService facet.

Deprecated Since: 17.3.4

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