Class OciConsoleSignOnPolicyConsentConsentSignedBy.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.OciConsoleSignOnPolicyConsentConsentSignedBy.Builder
-
- Enclosing class:
- OciConsoleSignOnPolicyConsentConsentSignedBy
public static class OciConsoleSignOnPolicyConsentConsentSignedBy.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OciConsoleSignOnPolicyConsentConsentSignedBy
build()
OciConsoleSignOnPolicyConsentConsentSignedBy.Builder
copy(OciConsoleSignOnPolicyConsentConsentSignedBy model)
OciConsoleSignOnPolicyConsentConsentSignedBy.Builder
displayName(String displayName)
Name of the User or App that signed consent.OciConsoleSignOnPolicyConsentConsentSignedBy.Builder
ocid(String ocid)
OCID of the User or App that signed consent.OciConsoleSignOnPolicyConsentConsentSignedBy.Builder
type(OciConsoleSignOnPolicyConsentConsentSignedBy.Type type)
Type of principal that signed consent: User or App.OciConsoleSignOnPolicyConsentConsentSignedBy.Builder
value(String value)
Id of the User or App that signed consent.
-
-
-
Method Detail
-
value
public OciConsoleSignOnPolicyConsentConsentSignedBy.Builder value(String value)
Id of the User or App that signed consent.*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: default - type: string
- Parameters:
value
- the value to set- Returns:
- this builder
-
ocid
public OciConsoleSignOnPolicyConsentConsentSignedBy.Builder ocid(String ocid)
OCID of the User or App that signed consent.*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: default - type: string
- Parameters:
ocid
- the value to set- Returns:
- this builder
-
displayName
public OciConsoleSignOnPolicyConsentConsentSignedBy.Builder displayName(String displayName)
Name of the User or App that signed consent.*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: immutable - required: true - returned: default - type: string
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
type
public OciConsoleSignOnPolicyConsentConsentSignedBy.Builder type(OciConsoleSignOnPolicyConsentConsentSignedBy.Type type)
Type of principal that signed consent: User or App.*SCIM++ Properties:** - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: default - type: string
- Parameters:
type
- the value to set- Returns:
- this builder
-
build
public OciConsoleSignOnPolicyConsentConsentSignedBy build()
-
copy
public OciConsoleSignOnPolicyConsentConsentSignedBy.Builder copy(OciConsoleSignOnPolicyConsentConsentSignedBy model)
-
-