public static class MyTrustedUserAgentUser.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MyTrustedUserAgentUser |
build() |
MyTrustedUserAgentUser.Builder |
copy(MyTrustedUserAgentUser model) |
MyTrustedUserAgentUser.Builder |
display(String display)
Friendly name of the User to be used for purposes of display.
|
MyTrustedUserAgentUser.Builder |
ocid(String ocid)
The OCID of the user
|
MyTrustedUserAgentUser.Builder |
ref(String ref)
Full URI to the user for whom the trust-token was issued.
|
MyTrustedUserAgentUser.Builder |
value(String value)
The SCIM ID of the user for whom the trust-token was issued.
|
public MyTrustedUserAgentUser.Builder value(String value)
The SCIM ID of the user for whom the trust-token was issued.
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - idcsRequiresWriteForAccessFlows: true - required: true - returned: default - type: string - uniqueness: none
value
- the value to setpublic MyTrustedUserAgentUser.Builder ref(String ref)
Full URI to the user for whom the trust-token was issued.
*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readOnly - idcsRequiresWriteForAccessFlows: true - required: true - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic MyTrustedUserAgentUser.Builder display(String display)
Friendly name of the User to be used for purposes of display.
*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
display
- the value to setpublic MyTrustedUserAgentUser.Builder ocid(String ocid)
The OCID of the user
*Added In:** 2105091740
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - idcsRequiresWriteForAccessFlows: true - required: false - returned: always - type: string - uniqueness: none
ocid
- the value to setpublic MyTrustedUserAgentUser build()
public MyTrustedUserAgentUser.Builder copy(MyTrustedUserAgentUser model)
Copyright © 2016–2024. All rights reserved.