public static class OciConsoleSignOnPolicyConsentConsentSignedBy.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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
value
- the value to setpublic 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
ocid
- the value to setpublic 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
displayName
- the value to setpublic 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
type
- the value to setpublic OciConsoleSignOnPolicyConsentConsentSignedBy build()
public OciConsoleSignOnPolicyConsentConsentSignedBy.Builder copy(OciConsoleSignOnPolicyConsentConsentSignedBy model)
Copyright © 2016–2024. All rights reserved.