static AppBundleConfigurationProperties.Builder |
AppBundleConfigurationProperties.builder() |
Create a new builder.
|
AppBundleConfigurationProperties.Builder |
AppBundleConfigurationProperties.Builder.confidential(Boolean confidential) |
If true, this bundle configuration property value is confidential and will be encrypted
in Oracle Identity Cloud Service.
|
AppBundleConfigurationProperties.Builder |
AppBundleConfigurationProperties.Builder.copy(AppBundleConfigurationProperties model) |
|
AppBundleConfigurationProperties.Builder |
AppBundleConfigurationProperties.Builder.displayName(String displayName) |
Display name of the bundle configuration property.
|
AppBundleConfigurationProperties.Builder |
AppBundleConfigurationProperties.Builder.helpMessage(String helpMessage) |
Help message of the bundle configuration property.
|
AppBundleConfigurationProperties.Builder |
AppBundleConfigurationProperties.Builder.icfType(AppBundleConfigurationProperties.IcfType icfType) |
ICF data type of the bundle configuration property.
|
AppBundleConfigurationProperties.Builder |
AppBundleConfigurationProperties.Builder.name(String name) |
Name of the bundle configuration property.
|
AppBundleConfigurationProperties.Builder |
AppBundleConfigurationProperties.Builder.order(Integer order) |
Display sequence of the bundle configuration property.
|
AppBundleConfigurationProperties.Builder |
AppBundleConfigurationProperties.Builder.required(Boolean required) |
If true, this bundle configuration property is required to connect to the target
connected managed app.
|
AppBundleConfigurationProperties.Builder |
AppBundleConfigurationProperties.toBuilder() |
|
AppBundleConfigurationProperties.Builder |
AppBundleConfigurationProperties.Builder.value(List<String> value) |
Value of the bundle configuration property.
|