public static class AppRoleApp.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AppRoleApp |
build() |
AppRoleApp.Builder |
copy(AppRoleApp model) |
AppRoleApp.Builder |
display(String display)
App display name
|
AppRoleApp.Builder |
name(String name)
Application name
|
AppRoleApp.Builder |
ref(String ref)
App URI
|
AppRoleApp.Builder |
serviceInstanceIdentifier(String serviceInstanceIdentifier)
The serviceInstanceIdentifier of the App that defines this AppRole.
|
AppRoleApp.Builder |
value(String value)
App identifier
|
public AppRoleApp.Builder value(String value)
App identifier
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: always - type: string - uniqueness: none
value
- the value to setpublic AppRoleApp.Builder ref(String ref)
App URI
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic AppRoleApp.Builder display(String display)
App display name
*SCIM++ Properties:** - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: always - type: string - uniqueness: none
display
- the value to setpublic AppRoleApp.Builder name(String name)
Application name
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
name
- the value to setpublic AppRoleApp.Builder serviceInstanceIdentifier(String serviceInstanceIdentifier)
The serviceInstanceIdentifier of the App that defines this AppRole. This value will match the opcServiceInstanceGUID of any service-instance that the App represents.
*SCIM++ Properties:** - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
serviceInstanceIdentifier
- the value to setpublic AppRoleApp build()
public AppRoleApp.Builder copy(AppRoleApp model)
Copyright © 2016–2024. All rights reserved.