public static class IdentityPropagationTrustImpersonationServiceUsers.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IdentityPropagationTrustImpersonationServiceUsers |
build() |
IdentityPropagationTrustImpersonationServiceUsers.Builder |
copy(IdentityPropagationTrustImpersonationServiceUsers model) |
IdentityPropagationTrustImpersonationServiceUsers.Builder |
ocid(String ocid)
The OCID of the Service User.
|
IdentityPropagationTrustImpersonationServiceUsers.Builder |
ref(String ref)
The URI that corresponds to the Service User.
|
IdentityPropagationTrustImpersonationServiceUsers.Builder |
rule(String rule)
The rule expression to be used for matching the inbound token for impersonation.
|
IdentityPropagationTrustImpersonationServiceUsers.Builder |
value(String value)
The ID of the Service User.
|
public IdentityPropagationTrustImpersonationServiceUsers.Builder value(String value)
The ID of the Service User.
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
value
- the value to setpublic IdentityPropagationTrustImpersonationServiceUsers.Builder ocid(String ocid)
The OCID of the Service User.
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
ocid
- the value to setpublic IdentityPropagationTrustImpersonationServiceUsers.Builder ref(String ref)
The URI that corresponds to the Service User.
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic IdentityPropagationTrustImpersonationServiceUsers.Builder rule(String rule)
The rule expression to be used for matching the inbound token for impersonation.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
rule
- the value to setpublic IdentityPropagationTrustImpersonationServiceUsers build()
Copyright © 2016–2024. All rights reserved.