AppSignonPolicy

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

Bases: object

Sign-on Policy.

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 AppSignonPolicy object with values from keyword arguments.

Attributes

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

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

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

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 AppSignonPolicy.
Return type:str
value

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

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 AppSignonPolicy.
Return type:str