public static interface SecurityConfigDetail.Builder extends SdkPojo, CopyableBuilder<SecurityConfigDetail.Builder,SecurityConfigDetail>
| Modifier and Type | Method and Description |
|---|---|
SecurityConfigDetail.Builder |
configVersion(String configVersion)
The version of the security configuration.
|
SecurityConfigDetail.Builder |
createdDate(Long createdDate)
The date the configuration was created.
|
SecurityConfigDetail.Builder |
description(String description)
The description of the security configuration.
|
SecurityConfigDetail.Builder |
id(String id)
The unique identifier of the security configuration.
|
SecurityConfigDetail.Builder |
lastModifiedDate(Long lastModifiedDate)
The timestamp of when the configuration was last modified.
|
default SecurityConfigDetail.Builder |
samlOptions(Consumer<SamlConfigOptions.Builder> samlOptions)
SAML options for the security configuration in the form of a key-value map.
|
SecurityConfigDetail.Builder |
samlOptions(SamlConfigOptions samlOptions)
SAML options for the security configuration in the form of a key-value map.
|
SecurityConfigDetail.Builder |
type(SecurityConfigType type)
The type of security configuration.
|
SecurityConfigDetail.Builder |
type(String type)
The type of security configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSecurityConfigDetail.Builder configVersion(String configVersion)
The version of the security configuration.
configVersion - The version of the security configuration.SecurityConfigDetail.Builder createdDate(Long createdDate)
The date the configuration was created.
createdDate - The date the configuration was created.SecurityConfigDetail.Builder description(String description)
The description of the security configuration.
description - The description of the security configuration.SecurityConfigDetail.Builder id(String id)
The unique identifier of the security configuration.
id - The unique identifier of the security configuration.SecurityConfigDetail.Builder lastModifiedDate(Long lastModifiedDate)
The timestamp of when the configuration was last modified.
lastModifiedDate - The timestamp of when the configuration was last modified.SecurityConfigDetail.Builder samlOptions(SamlConfigOptions samlOptions)
SAML options for the security configuration in the form of a key-value map.
samlOptions - SAML options for the security configuration in the form of a key-value map.default SecurityConfigDetail.Builder samlOptions(Consumer<SamlConfigOptions.Builder> samlOptions)
SAML options for the security configuration in the form of a key-value map.
This is a convenience method that creates an instance of theSamlConfigOptions.Builder avoiding the
need to create one manually via SamlConfigOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to samlOptions(SamlConfigOptions).
samlOptions - a consumer that will call methods on SamlConfigOptions.BuildersamlOptions(SamlConfigOptions)SecurityConfigDetail.Builder type(String type)
The type of security configuration.
type - The type of security configuration.SecurityConfigType,
SecurityConfigTypeSecurityConfigDetail.Builder type(SecurityConfigType type)
The type of security configuration.
type - The type of security configuration.SecurityConfigType,
SecurityConfigTypeCopyright © 2023. All rights reserved.