public static interface ExternalUrlConfig.Builder extends SdkPojo, CopyableBuilder<ExternalUrlConfig.Builder,ExternalUrlConfig>
| Modifier and Type | Method and Description |
|---|---|
ExternalUrlConfig.Builder |
accessUrl(String accessUrl)
The URL to access the application.
|
ExternalUrlConfig.Builder |
approvedOrigins(Collection<String> approvedOrigins)
Additional URLs to allow list if different than the access URL.
|
ExternalUrlConfig.Builder |
approvedOrigins(String... approvedOrigins)
Additional URLs to allow list if different than the access URL.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExternalUrlConfig.Builder accessUrl(String accessUrl)
The URL to access the application.
accessUrl - The URL to access the application.ExternalUrlConfig.Builder approvedOrigins(Collection<String> approvedOrigins)
Additional URLs to allow list if different than the access URL.
approvedOrigins - Additional URLs to allow list if different than the access URL.ExternalUrlConfig.Builder approvedOrigins(String... approvedOrigins)
Additional URLs to allow list if different than the access URL.
approvedOrigins - Additional URLs to allow list if different than the access URL.Copyright © 2023. All rights reserved.