Class UserExtDelegatedAuthenticationTargetApp.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.UserExtDelegatedAuthenticationTargetApp.Builder
-
- Enclosing class:
- UserExtDelegatedAuthenticationTargetApp
public static class UserExtDelegatedAuthenticationTargetApp.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserExtDelegatedAuthenticationTargetApp
build()
UserExtDelegatedAuthenticationTargetApp.Builder
copy(UserExtDelegatedAuthenticationTargetApp model)
UserExtDelegatedAuthenticationTargetApp.Builder
display(String display)
App Display NameUserExtDelegatedAuthenticationTargetApp.Builder
ref(String ref)
App URIUserExtDelegatedAuthenticationTargetApp.Builder
type(UserExtDelegatedAuthenticationTargetApp.Type type)
A label that indicates whether this is an App or IdentitySource.UserExtDelegatedAuthenticationTargetApp.Builder
value(String value)
App identifier
-
-
-
Method Detail
-
value
public UserExtDelegatedAuthenticationTargetApp.Builder value(String value)
App identifier*Added In:** 17.4.6
*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
-
ref
public UserExtDelegatedAuthenticationTargetApp.Builder ref(String ref)
App URI*Added In:** 17.4.6
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
- Parameters:
ref
- the value to set- Returns:
- this builder
-
type
public UserExtDelegatedAuthenticationTargetApp.Builder type(UserExtDelegatedAuthenticationTargetApp.Type type)
A label that indicates whether this is an App or IdentitySource.*Added In:** 17.4.6
*SCIM++ Properties:** - idcsDefaultValue: IdentitySource - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
- Parameters:
type
- the value to set- Returns:
- this builder
-
display
public UserExtDelegatedAuthenticationTargetApp.Builder display(String display)
App Display Name*Added In:** 17.4.6
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
- Parameters:
display
- the value to set- Returns:
- this builder
-
build
public UserExtDelegatedAuthenticationTargetApp build()
-
copy
public UserExtDelegatedAuthenticationTargetApp.Builder copy(UserExtDelegatedAuthenticationTargetApp model)
-
-