PasswordPolicyGroups

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

Bases: object

A list of groups that the password policy belongs to.

Methods

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

Attributes

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

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

Gets the display of this PasswordPolicyGroups. Group Display Name

Added In: 20.1.3

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

Gets the ref of this PasswordPolicyGroups. The URI of the corresponding Group resource to which the password policy belongs

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

[Required] Gets the value of this PasswordPolicyGroups. The identifier of the group.

Added In: 20.1.3

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