PasswordPolicy

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

Bases: object

PasswordPolicy resource.

Attributes

IDCS_PREVENTED_OPERATIONS_DELETE A constant which can be used with the idcs_prevented_operations property of a PasswordPolicy.
IDCS_PREVENTED_OPERATIONS_REPLACE A constant which can be used with the idcs_prevented_operations property of a PasswordPolicy.
IDCS_PREVENTED_OPERATIONS_UPDATE A constant which can be used with the idcs_prevented_operations property of a PasswordPolicy.
PASSWORD_STRENGTH_CUSTOM A constant which can be used with the password_strength property of a PasswordPolicy.
PASSWORD_STRENGTH_SIMPLE A constant which can be used with the password_strength property of a PasswordPolicy.
PASSWORD_STRENGTH_STANDARD A constant which can be used with the password_strength property of a PasswordPolicy.
allowed_chars Gets the allowed_chars of this PasswordPolicy.
compartment_ocid Gets the compartment_ocid of this PasswordPolicy.
configured_password_policy_rules Gets the configured_password_policy_rules of this PasswordPolicy.
delete_in_progress Gets the delete_in_progress of this PasswordPolicy.
description Gets the description of this PasswordPolicy.
dictionary_delimiter Gets the dictionary_delimiter of this PasswordPolicy.
dictionary_location Gets the dictionary_location of this PasswordPolicy.
dictionary_word_disallowed Gets the dictionary_word_disallowed of this PasswordPolicy.
disallowed_chars Gets the disallowed_chars of this PasswordPolicy.
disallowed_substrings Gets the disallowed_substrings of this PasswordPolicy.
disallowed_user_attribute_values Gets the disallowed_user_attribute_values of this PasswordPolicy.
distinct_characters Gets the distinct_characters of this PasswordPolicy.
domain_ocid Gets the domain_ocid of this PasswordPolicy.
external_id Gets the external_id of this PasswordPolicy.
first_name_disallowed Gets the first_name_disallowed of this PasswordPolicy.
force_password_reset Gets the force_password_reset of this PasswordPolicy.
groups Gets the groups of this PasswordPolicy.
id Gets the id of this PasswordPolicy.
idcs_created_by Gets the idcs_created_by of this PasswordPolicy.
idcs_last_modified_by Gets the idcs_last_modified_by of this PasswordPolicy.
idcs_last_upgraded_in_release Gets the idcs_last_upgraded_in_release of this PasswordPolicy.
idcs_prevented_operations Gets the idcs_prevented_operations of this PasswordPolicy.
last_name_disallowed Gets the last_name_disallowed of this PasswordPolicy.
lockout_duration Gets the lockout_duration of this PasswordPolicy.
max_incorrect_attempts Gets the max_incorrect_attempts of this PasswordPolicy.
max_length Gets the max_length of this PasswordPolicy.
max_repeated_chars Gets the max_repeated_chars of this PasswordPolicy.
max_special_chars Gets the max_special_chars of this PasswordPolicy.
meta Gets the meta of this PasswordPolicy.
min_alpha_numerals Gets the min_alpha_numerals of this PasswordPolicy.
min_alphas Gets the min_alphas of this PasswordPolicy.
min_length Gets the min_length of this PasswordPolicy.
min_lower_case Gets the min_lower_case of this PasswordPolicy.
min_numerals Gets the min_numerals of this PasswordPolicy.
min_password_age Gets the min_password_age of this PasswordPolicy.
min_special_chars Gets the min_special_chars of this PasswordPolicy.
min_unique_chars Gets the min_unique_chars of this PasswordPolicy.
min_upper_case Gets the min_upper_case of this PasswordPolicy.
name [Required] Gets the name of this PasswordPolicy.
num_passwords_in_history Gets the num_passwords_in_history of this PasswordPolicy.
ocid Gets the ocid of this PasswordPolicy.
password_expire_warning Gets the password_expire_warning of this PasswordPolicy.
password_expires_after Gets the password_expires_after of this PasswordPolicy.
password_strength Gets the password_strength of this PasswordPolicy.
priority Gets the priority of this PasswordPolicy.
required_chars Gets the required_chars of this PasswordPolicy.
schemas [Required] Gets the schemas of this PasswordPolicy.
starts_with_alphabet Gets the starts_with_alphabet of this PasswordPolicy.
tags Gets the tags of this PasswordPolicy.
tenancy_ocid Gets the tenancy_ocid of this PasswordPolicy.
user_name_disallowed Gets the user_name_disallowed of this PasswordPolicy.

Methods

__init__(**kwargs) Initializes a new PasswordPolicy object with values from keyword arguments.
IDCS_PREVENTED_OPERATIONS_DELETE = 'delete'

A constant which can be used with the idcs_prevented_operations property of a PasswordPolicy. This constant has a value of “delete”

IDCS_PREVENTED_OPERATIONS_REPLACE = 'replace'

A constant which can be used with the idcs_prevented_operations property of a PasswordPolicy. This constant has a value of “replace”

IDCS_PREVENTED_OPERATIONS_UPDATE = 'update'

A constant which can be used with the idcs_prevented_operations property of a PasswordPolicy. This constant has a value of “update”

PASSWORD_STRENGTH_CUSTOM = 'Custom'

A constant which can be used with the password_strength property of a PasswordPolicy. This constant has a value of “Custom”

PASSWORD_STRENGTH_SIMPLE = 'Simple'

A constant which can be used with the password_strength property of a PasswordPolicy. This constant has a value of “Simple”

PASSWORD_STRENGTH_STANDARD = 'Standard'

A constant which can be used with the password_strength property of a PasswordPolicy. This constant has a value of “Standard”

__init__(**kwargs)

Initializes a new PasswordPolicy object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this PasswordPolicy.
  • ocid (str) – The value to assign to the ocid property of this PasswordPolicy.
  • schemas (list[str]) – The value to assign to the schemas property of this PasswordPolicy.
  • meta (oci.identity_domains.models.Meta) – The value to assign to the meta property of this PasswordPolicy.
  • idcs_created_by (oci.identity_domains.models.IdcsCreatedBy) – The value to assign to the idcs_created_by property of this PasswordPolicy.
  • idcs_last_modified_by (oci.identity_domains.models.IdcsLastModifiedBy) – The value to assign to the idcs_last_modified_by property of this PasswordPolicy.
  • idcs_prevented_operations (list[str]) – The value to assign to the idcs_prevented_operations property of this PasswordPolicy. Allowed values for items in this list are: “replace”, “update”, “delete”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • tags (list[oci.identity_domains.models.Tags]) – The value to assign to the tags property of this PasswordPolicy.
  • delete_in_progress (bool) – The value to assign to the delete_in_progress property of this PasswordPolicy.
  • idcs_last_upgraded_in_release (str) – The value to assign to the idcs_last_upgraded_in_release property of this PasswordPolicy.
  • domain_ocid (str) – The value to assign to the domain_ocid property of this PasswordPolicy.
  • compartment_ocid (str) – The value to assign to the compartment_ocid property of this PasswordPolicy.
  • tenancy_ocid (str) – The value to assign to the tenancy_ocid property of this PasswordPolicy.
  • external_id (str) – The value to assign to the external_id property of this PasswordPolicy.
  • name (str) – The value to assign to the name property of this PasswordPolicy.
  • description (str) – The value to assign to the description property of this PasswordPolicy.
  • max_length (int) – The value to assign to the max_length property of this PasswordPolicy.
  • min_length (int) – The value to assign to the min_length property of this PasswordPolicy.
  • min_alphas (int) – The value to assign to the min_alphas property of this PasswordPolicy.
  • min_numerals (int) – The value to assign to the min_numerals property of this PasswordPolicy.
  • min_alpha_numerals (int) – The value to assign to the min_alpha_numerals property of this PasswordPolicy.
  • min_special_chars (int) – The value to assign to the min_special_chars property of this PasswordPolicy.
  • max_special_chars (int) – The value to assign to the max_special_chars property of this PasswordPolicy.
  • min_lower_case (int) – The value to assign to the min_lower_case property of this PasswordPolicy.
  • min_upper_case (int) – The value to assign to the min_upper_case property of this PasswordPolicy.
  • min_unique_chars (int) – The value to assign to the min_unique_chars property of this PasswordPolicy.
  • max_repeated_chars (int) – The value to assign to the max_repeated_chars property of this PasswordPolicy.
  • starts_with_alphabet (bool) – The value to assign to the starts_with_alphabet property of this PasswordPolicy.
  • first_name_disallowed (bool) – The value to assign to the first_name_disallowed property of this PasswordPolicy.
  • last_name_disallowed (bool) – The value to assign to the last_name_disallowed property of this PasswordPolicy.
  • user_name_disallowed (bool) – The value to assign to the user_name_disallowed property of this PasswordPolicy.
  • disallowed_user_attribute_values (list[str]) – The value to assign to the disallowed_user_attribute_values property of this PasswordPolicy.
  • min_password_age (int) – The value to assign to the min_password_age property of this PasswordPolicy.
  • password_expires_after (int) – The value to assign to the password_expires_after property of this PasswordPolicy.
  • password_expire_warning (int) – The value to assign to the password_expire_warning property of this PasswordPolicy.
  • required_chars (str) – The value to assign to the required_chars property of this PasswordPolicy.
  • disallowed_chars (str) – The value to assign to the disallowed_chars property of this PasswordPolicy.
  • allowed_chars (str) – The value to assign to the allowed_chars property of this PasswordPolicy.
  • disallowed_substrings (list[str]) – The value to assign to the disallowed_substrings property of this PasswordPolicy.
  • dictionary_word_disallowed (bool) – The value to assign to the dictionary_word_disallowed property of this PasswordPolicy.
  • dictionary_location (str) – The value to assign to the dictionary_location property of this PasswordPolicy.
  • dictionary_delimiter (str) – The value to assign to the dictionary_delimiter property of this PasswordPolicy.
  • max_incorrect_attempts (int) – The value to assign to the max_incorrect_attempts property of this PasswordPolicy.
  • lockout_duration (int) – The value to assign to the lockout_duration property of this PasswordPolicy.
  • num_passwords_in_history (int) – The value to assign to the num_passwords_in_history property of this PasswordPolicy.
  • password_strength (str) – The value to assign to the password_strength property of this PasswordPolicy. Allowed values for this property are: “Simple”, “Standard”, “Custom”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • force_password_reset (bool) – The value to assign to the force_password_reset property of this PasswordPolicy.
  • distinct_characters (int) – The value to assign to the distinct_characters property of this PasswordPolicy.
  • priority (int) – The value to assign to the priority property of this PasswordPolicy.
  • groups (list[oci.identity_domains.models.PasswordPolicyGroups]) – The value to assign to the groups property of this PasswordPolicy.
  • configured_password_policy_rules (list[oci.identity_domains.models.PasswordPolicyConfiguredPasswordPolicyRules]) – The value to assign to the configured_password_policy_rules property of this PasswordPolicy.
allowed_chars

Gets the allowed_chars of this PasswordPolicy. A String value whose contents indicate a set of characters that can appear, in any sequence, in a password value

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The allowed_chars of this PasswordPolicy.
Return type:str
compartment_ocid

Gets the compartment_ocid of this PasswordPolicy. OCI Compartment Id (ocid) in which the resource lives.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The compartment_ocid of this PasswordPolicy.
Return type:str
configured_password_policy_rules

Gets the configured_password_policy_rules of this PasswordPolicy. List of password policy rules that have values set. This map of stringKey:stringValue pairs can be used to aid users while setting/resetting password

SCIM++ Properties:
  • caseExact: false
  • idcsCompositeKey: [key]
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none
Returns:The configured_password_policy_rules of this PasswordPolicy.
Return type:list[oci.identity_domains.models.PasswordPolicyConfiguredPasswordPolicyRules]
delete_in_progress

Gets the delete_in_progress of this PasswordPolicy. A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The delete_in_progress of this PasswordPolicy.
Return type:bool
description

Gets the description of this PasswordPolicy. A String that describes the password policy

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The description of this PasswordPolicy.
Return type:str
dictionary_delimiter

Gets the dictionary_delimiter of this PasswordPolicy. A delimiter used to separate characters in the dictionary file

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The dictionary_delimiter of this PasswordPolicy.
Return type:str
dictionary_location

Gets the dictionary_location of this PasswordPolicy. A Reference value that contains the URI of a dictionary of words not allowed to appear within a password value

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The dictionary_location of this PasswordPolicy.
Return type:str
dictionary_word_disallowed

Gets the dictionary_word_disallowed of this PasswordPolicy. Indicates whether the password can match a dictionary word

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The dictionary_word_disallowed of this PasswordPolicy.
Return type:bool
disallowed_chars

Gets the disallowed_chars of this PasswordPolicy. A String value whose contents indicate a set of characters that cannot appear, in any sequence, in a password value

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The disallowed_chars of this PasswordPolicy.
Return type:str
disallowed_substrings

Gets the disallowed_substrings of this PasswordPolicy. A String value whose contents indicate a set of substrings that cannot appear, in any sequence, in a password value

SCIM++ Properties:
  • caseExact: false
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The disallowed_substrings of this PasswordPolicy.
Return type:list[str]
disallowed_user_attribute_values

Gets the disallowed_user_attribute_values of this PasswordPolicy. List of User attributes whose values are not allowed in the password.

Added In: 2303212224

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The disallowed_user_attribute_values of this PasswordPolicy.
Return type:list[str]
distinct_characters

Gets the distinct_characters of this PasswordPolicy. The number of distinct characters between old password and new password

Added In: 2303212224

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The distinct_characters of this PasswordPolicy.
Return type:int
domain_ocid

Gets the domain_ocid of this PasswordPolicy. OCI Domain Id (ocid) in which the resource lives.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The domain_ocid of this PasswordPolicy.
Return type:str
external_id

Gets the external_id of this PasswordPolicy. An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer’s tenant.

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The external_id of this PasswordPolicy.
Return type:str
first_name_disallowed

Gets the first_name_disallowed of this PasswordPolicy. Indicates a sequence of characters that match the user’s first name of given name cannot be the password. Password validation against policy will be ignored if length of first name is less than or equal to 3 characters.

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The first_name_disallowed of this PasswordPolicy.
Return type:bool
force_password_reset

Gets the force_password_reset of this PasswordPolicy. Indicates whether all of the users should be forced to reset their password on the next login (to comply with new password policy changes)

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: writeOnly
  • required: false
  • returned: never
  • type: boolean
  • uniqueness: none
Returns:The force_password_reset of this PasswordPolicy.
Return type:bool
groups

Gets the groups of this PasswordPolicy. A list of groups that the password policy belongs to.

Added In: 20.1.3

SCIM++ Properties:
  • caseExact: false
  • idcsCompositeKey: [value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: default
  • type: complex
  • uniqueness: none
Returns:The groups of this PasswordPolicy.
Return type:list[oci.identity_domains.models.PasswordPolicyGroups]
id

Gets the id of this PasswordPolicy. Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider’s entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: always
  • type: string
  • uniqueness: global
Returns:The id of this PasswordPolicy.
Return type:str
idcs_created_by

Gets the idcs_created_by of this PasswordPolicy.

Returns:The idcs_created_by of this PasswordPolicy.
Return type:oci.identity_domains.models.IdcsCreatedBy
idcs_last_modified_by

Gets the idcs_last_modified_by of this PasswordPolicy.

Returns:The idcs_last_modified_by of this PasswordPolicy.
Return type:oci.identity_domains.models.IdcsLastModifiedBy
idcs_last_upgraded_in_release

Gets the idcs_last_upgraded_in_release of this PasswordPolicy. The release number when the resource was upgraded.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
Returns:The idcs_last_upgraded_in_release of this PasswordPolicy.
Return type:str
idcs_prevented_operations

Gets the idcs_prevented_operations of this PasswordPolicy. Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none

Allowed values for items in this list are: “replace”, “update”, “delete”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The idcs_prevented_operations of this PasswordPolicy.
Return type:list[str]
last_name_disallowed

Gets the last_name_disallowed of this PasswordPolicy. Indicates a sequence of characters that match the user’s last name of given name cannot be the password. Password validation against policy will be ignored if length of last name is less than or equal to 3 characters.

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The last_name_disallowed of this PasswordPolicy.
Return type:bool
lockout_duration

Gets the lockout_duration of this PasswordPolicy. The time period in minutes to lock out a user account when the threshold of invalid login attempts is reached. The available range is from 5 through 1440 minutes (24 hours).

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The lockout_duration of this PasswordPolicy.
Return type:int
max_incorrect_attempts

Gets the max_incorrect_attempts of this PasswordPolicy. An integer that represents the maximum number of failed logins before an account is locked

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The max_incorrect_attempts of this PasswordPolicy.
Return type:int
max_length

Gets the max_length of this PasswordPolicy. The maximum password length (in characters). A value of 0 or no value indicates no maximum length restriction.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The max_length of this PasswordPolicy.
Return type:int
max_repeated_chars

Gets the max_repeated_chars of this PasswordPolicy. The maximum number of repeated characters allowed in a password. A value of 0 or no value indicates no such restriction.

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The max_repeated_chars of this PasswordPolicy.
Return type:int
max_special_chars

Gets the max_special_chars of this PasswordPolicy. The maximum number of special characters in a password. A value of 0 or no value indicates no maximum special characters restriction.

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The max_special_chars of this PasswordPolicy.
Return type:int
meta

Gets the meta of this PasswordPolicy.

Returns:The meta of this PasswordPolicy.
Return type:oci.identity_domains.models.Meta
min_alpha_numerals

Gets the min_alpha_numerals of this PasswordPolicy. The minimum number of a combination of alphabetic and numeric characters in a password. A value of 0 or no value indicates no minimum alphanumeric character restriction.

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The min_alpha_numerals of this PasswordPolicy.
Return type:int
min_alphas

Gets the min_alphas of this PasswordPolicy. The minimum number of alphabetic characters in a password. A value of 0 or no value indicates no minimum alphas restriction.

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The min_alphas of this PasswordPolicy.
Return type:int
min_length

Gets the min_length of this PasswordPolicy. The minimum password length (in characters). A value of 0 or no value indicates no minimum length restriction.

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The min_length of this PasswordPolicy.
Return type:int
min_lower_case

Gets the min_lower_case of this PasswordPolicy. The minimum number of lowercase alphabetic characters in a password. A value of 0 or no value indicates no minimum lowercase restriction.

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The min_lower_case of this PasswordPolicy.
Return type:int
min_numerals

Gets the min_numerals of this PasswordPolicy. The minimum number of numeric characters in a password. A value of 0 or no value indicates no minimum numeric character restriction.

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The min_numerals of this PasswordPolicy.
Return type:int
min_password_age

Gets the min_password_age of this PasswordPolicy. Minimum time after which the user can resubmit the reset password request

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The min_password_age of this PasswordPolicy.
Return type:int
min_special_chars

Gets the min_special_chars of this PasswordPolicy. The minimum number of special characters in a password. A value of 0 or no value indicates no minimum special characters restriction.

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The min_special_chars of this PasswordPolicy.
Return type:int
min_unique_chars

Gets the min_unique_chars of this PasswordPolicy. The minimum number of unique characters in a password. A value of 0 or no value indicates no minimum unique characters restriction.

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The min_unique_chars of this PasswordPolicy.
Return type:int
min_upper_case

Gets the min_upper_case of this PasswordPolicy. The minimum number of uppercase alphabetic characters in a password. A value of 0 or no value indicates no minimum uppercase restriction.

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The min_upper_case of this PasswordPolicy.
Return type:int
name

[Required] Gets the name of this PasswordPolicy. A String that is the name of the policy to display to the user. This is the only mandatory attribute for a password policy.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: true
  • returned: always
  • type: string
  • uniqueness: server
Returns:The name of this PasswordPolicy.
Return type:str
num_passwords_in_history

Gets the num_passwords_in_history of this PasswordPolicy. The number of passwords that will be kept in history that may not be used as a password

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The num_passwords_in_history of this PasswordPolicy.
Return type:int
ocid

Gets the ocid of this PasswordPolicy. Unique OCI identifier for the SCIM Resource.

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: string
  • uniqueness: global
Returns:The ocid of this PasswordPolicy.
Return type:str
password_expire_warning

Gets the password_expire_warning of this PasswordPolicy. An integer indicating the number of days before which the user should be warned about password expiry.

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The password_expire_warning of this PasswordPolicy.
Return type:int
password_expires_after

Gets the password_expires_after of this PasswordPolicy. The number of days after which the password expires automatically

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The password_expires_after of this PasswordPolicy.
Return type:int
password_strength

Gets the password_strength of this PasswordPolicy. Indicates whether the password policy is configured as Simple, Standard, or Custom.

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

Allowed values for this property are: “Simple”, “Standard”, “Custom”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The password_strength of this PasswordPolicy.
Return type:str
priority

Gets the priority of this PasswordPolicy. Password policy priority

Added In: 20.1.3

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • idcsMinValue: 1
  • uniqueness: server
Returns:The priority of this PasswordPolicy.
Return type:int
required_chars

Gets the required_chars of this PasswordPolicy. A String value whose contents indicate a set of characters that must appear, in any sequence, in a password value

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The required_chars of this PasswordPolicy.
Return type:str
schemas

[Required] Gets the schemas of this PasswordPolicy. REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard “enterprise” extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: true
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Returns:The schemas of this PasswordPolicy.
Return type:list[str]
starts_with_alphabet

Gets the starts_with_alphabet of this PasswordPolicy. Indicates that the password must begin with an alphabetic character

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The starts_with_alphabet of this PasswordPolicy.
Return type:bool
tags

Gets the tags of this PasswordPolicy. A list of tags on this resource.

SCIM++ Properties:
  • idcsCompositeKey: [key, value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none
Returns:The tags of this PasswordPolicy.
Return type:list[oci.identity_domains.models.Tags]
tenancy_ocid

Gets the tenancy_ocid of this PasswordPolicy. OCI Tenant Id (ocid) in which the resource lives.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The tenancy_ocid of this PasswordPolicy.
Return type:str
user_name_disallowed

Gets the user_name_disallowed of this PasswordPolicy. Indicates a sequence of characters that match the username cannot be the password. Password validation against policy will be ignored if length of user name is less than or equal to 3 characters.

SCIM++ Properties:
  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The user_name_disallowed of this PasswordPolicy.
Return type:bool