Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetBrowserSettingsResult(val associatedPortalArns: List<String>? = null, val browserPolicy: String? = null, val browserSettingsArn: String? = null, val tags: List<BrowserSettingsTag>? = null)
Link copied to clipboard
data class GetIdentityProviderResult(val identityProviderArn: String? = null, val identityProviderDetails: IdentityProviderDetails? = null, val identityProviderName: String? = null, val identityProviderType: IdentityProviderType? = null)
Link copied to clipboard
data class GetIpAccessSettingsResult(val associatedPortalArns: List<String>? = null, val creationDate: String? = null, val description: String? = null, val displayName: String? = null, val ipAccessSettingsArn: String? = null, val ipRules: List<IpAccessSettingsIpRule>? = null, val tags: List<IpAccessSettingsTag>? = null)
Link copied to clipboard
Link copied to clipboard
data class GetPortalResult(val authenticationType: PortalAuthenticationType? = null, val browserSettingsArn: String? = null, val browserType: PortalBrowserType? = null, val creationDate: String? = null, val displayName: String? = null, val ipAccessSettingsArn: String? = null, val networkSettingsArn: String? = null, val portalArn: String? = null, val portalEndpoint: String? = null, val portalStatus: PortalStatus? = null, val rendererType: PortalRendererType? = null, val serviceProviderSamlMetadata: String? = null, val statusReason: String? = null, val tags: List<PortalTag>? = null, val trustStoreArn: String? = null, val userAccessLoggingSettingsArn: String? = null, val userSettingsArn: String? = null)
Link copied to clipboard
data class GetTrustStoreResult(val associatedPortalArns: List<String>? = null, val certificateList: List<String>? = null, val tags: List<TrustStoreTag>? = null, val trustStoreArn: String? = null)
Link copied to clipboard
data class GetUserAccessLoggingSettingsResult(val associatedPortalArns: List<String>? = null, val kinesisStreamArn: String? = null, val tags: List<UserAccessLoggingSettingsTag>? = null, val userAccessLoggingSettingsArn: String? = null)
Link copied to clipboard
data class GetUserSettingsResult(val associatedPortalArns: List<String>? = null, val cookieSynchronizationConfiguration: UserSettingsCookieSynchronizationConfiguration? = null, val copyAllowed: UserSettingsEnabledType? = null, val disconnectTimeoutInMinutes: Double? = null, val downloadAllowed: UserSettingsEnabledType? = null, val idleDisconnectTimeoutInMinutes: Double? = null, val pasteAllowed: UserSettingsEnabledType? = null, val printAllowed: UserSettingsEnabledType? = null, val tags: List<UserSettingsTag>? = null, val uploadAllowed: UserSettingsEnabledType? = null, val userSettingsArn: String? = null)
Link copied to clipboard
class IdentityProviderDetails
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class UserSettingsCookieSpecification(val domain: String, val name: String? = null, val path: String? = null)
Link copied to clipboard
data class UserSettingsCookieSynchronizationConfiguration(val allowlist: List<UserSettingsCookieSpecification>, val blocklist: List<UserSettingsCookieSpecification>? = null)
Link copied to clipboard
Link copied to clipboard