public static class PasswordPolicyGroups.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PasswordPolicyGroups |
build() |
PasswordPolicyGroups.Builder |
copy(PasswordPolicyGroups model) |
PasswordPolicyGroups.Builder |
display(String display)
Group Display Name
|
PasswordPolicyGroups.Builder |
ref(String ref)
The URI of the corresponding Group resource to which the password policy belongs
|
PasswordPolicyGroups.Builder |
value(String value)
The identifier of the group.
|
public PasswordPolicyGroups.Builder value(String value)
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
value
- the value to setpublic PasswordPolicyGroups.Builder ref(String ref)
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
ref
- the value to setpublic PasswordPolicyGroups.Builder display(String display)
Group Display Name
*Added In:** 20.1.3
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
display
- the value to setpublic PasswordPolicyGroups build()
public PasswordPolicyGroups.Builder copy(PasswordPolicyGroups model)
Copyright © 2016–2024. All rights reserved.