GroupExtPasswordPolicy

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

Bases: object

Password Policy associated with this Group.

Added In: 20.1.3

SCIM++ Properties: - caseExact: false - idcsCompositeKey: [value] - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: request - type: complex - uniqueness: none

Methods

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

Attributes

name Gets the name of this GroupExtPasswordPolicy.
priority Gets the priority of this GroupExtPasswordPolicy.
ref Gets the ref of this GroupExtPasswordPolicy.
value [Required] Gets the value of this GroupExtPasswordPolicy.
__init__(**kwargs)

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

Gets the name of this GroupExtPasswordPolicy. PasswordPolicy Name

Added In: 20.1.3

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

Gets the priority of this GroupExtPasswordPolicy. PasswordPolicy priority

Added In: 20.1.3

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The priority of this GroupExtPasswordPolicy.
Return type:int
ref

Gets the ref of this GroupExtPasswordPolicy. PasswordPolicy URI

Added In: 20.1.3

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

[Required] Gets the value of this GroupExtPasswordPolicy. The ID of the PasswordPolicy.

Added In: 20.1.3

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