Class IdentityPropagationTrustImpersonationServiceUsers.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.IdentityPropagationTrustImpersonationServiceUsers.Builder
-
- Enclosing class:
- IdentityPropagationTrustImpersonationServiceUsers
public static class IdentityPropagationTrustImpersonationServiceUsers.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
value
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
- Parameters:
value
- the value to set- Returns:
- this builder
-
ocid
public 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
- Parameters:
ocid
- the value to set- Returns:
- this builder
-
ref
public 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
- Parameters:
ref
- the value to set- Returns:
- this builder
-
rule
public 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
- Parameters:
rule
- the value to set- Returns:
- this builder
-
build
public IdentityPropagationTrustImpersonationServiceUsers build()
-
-