public static class AppFlatFileBundleConfigurationProperties.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AppFlatFileBundleConfigurationProperties |
build() |
AppFlatFileBundleConfigurationProperties.Builder |
confidential(Boolean confidential)
If true, this flatfile bundle configuration property value is confidential and will be
encrypted in Oracle Identity Cloud Service.
|
AppFlatFileBundleConfigurationProperties.Builder |
copy(AppFlatFileBundleConfigurationProperties model) |
AppFlatFileBundleConfigurationProperties.Builder |
displayName(String displayName)
Display name of the flatfile bundle configuration property.
|
AppFlatFileBundleConfigurationProperties.Builder |
helpMessage(String helpMessage)
Help message of the flatfile bundle configuration property.
|
AppFlatFileBundleConfigurationProperties.Builder |
icfType(AppFlatFileBundleConfigurationProperties.IcfType icfType)
ICF data type of flatfile the bundle configuration property.
|
AppFlatFileBundleConfigurationProperties.Builder |
name(String name)
Name of the flatfile bundle configuration property.
|
AppFlatFileBundleConfigurationProperties.Builder |
order(Integer order)
Display sequence of the bundle configuration property.
|
AppFlatFileBundleConfigurationProperties.Builder |
required(Boolean required)
If true, this flatfile bundle configuration property is required to connect to the target
connected managed app.
|
AppFlatFileBundleConfigurationProperties.Builder |
value(List<String> value)
Value of the flatfile bundle configuration property.
|
public AppFlatFileBundleConfigurationProperties.Builder name(String name)
Name of the flatfile bundle configuration property. This attribute maps to \“name\” attribute in \“ConfigurationProperty\” in ICF.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: immutable - required: true - returned: default - type: string - uniqueness: none
name
- the value to setpublic AppFlatFileBundleConfigurationProperties.Builder displayName(String displayName)
Display name of the flatfile bundle configuration property. This attribute maps to \“displayName\” attribute in \“ConfigurationProperty\” in ICF.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
displayName
- the value to setpublic AppFlatFileBundleConfigurationProperties.Builder icfType(AppFlatFileBundleConfigurationProperties.IcfType icfType)
ICF data type of flatfile the bundle configuration property. This attribute maps to \“type\” attribute in \“ConfigurationProperty\” in ICF.
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: immutable - required: true - returned: default - type: string - uniqueness: none
icfType
- the value to setpublic AppFlatFileBundleConfigurationProperties.Builder value(List<String> value)
Value of the flatfile bundle configuration property. This attribute maps to \“value\” attribute in \“ConfigurationProperty\” in ICF.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - idcsSensitive: encrypt - multiValued: true - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
value
- the value to setpublic AppFlatFileBundleConfigurationProperties.Builder order(Integer order)
Display sequence of the bundle configuration property.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: integer - uniqueness: none
order
- the value to setpublic AppFlatFileBundleConfigurationProperties.Builder helpMessage(String helpMessage)
Help message of the flatfile bundle configuration property. This attribute maps to \“helpMessage\” attribute in \“ConfigurationProperty\” in ICF.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
helpMessage
- the value to setpublic AppFlatFileBundleConfigurationProperties.Builder required(Boolean required)
If true, this flatfile bundle configuration property is required to connect to the target connected managed app. This attribute maps to \“isRequired\” attribute in \“ConfigurationProperty\” in ICF.
*SCIM++ Properties:** - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: default - type: boolean - uniqueness: none
required
- the value to setpublic AppFlatFileBundleConfigurationProperties.Builder confidential(Boolean confidential)
If true, this flatfile bundle configuration property value is confidential and will be encrypted in Oracle Identity Cloud Service. This attribute maps to \“isConfidential\” attribute in \“ConfigurationProperty\” in ICF.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: immutable - required: false - returned: default - type: boolean - uniqueness: none
confidential
- the value to setpublic AppFlatFileBundleConfigurationProperties build()
public AppFlatFileBundleConfigurationProperties.Builder copy(AppFlatFileBundleConfigurationProperties model)
Copyright © 2016–2024. All rights reserved.