AppAppSignonPolicy

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

Bases: object

App Sign-on Policy.

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

Methods

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

Attributes

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

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

Gets the ref of this AppAppSignonPolicy. URI of the policy.

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

[Required] Gets the value of this AppAppSignonPolicy. Identifier of the Policy.

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