Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class GetIdentityProviderResult(val identityProviderArn: String? = null, val identityProviderDetails: Map<String, String>? = null, val identityProviderName: String? = null, val identityProviderType: IdentityProviderType? = null, val tags: List<Tag>? = 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<Tag>? = 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 instanceType: PortalInstanceType? = null, val ipAccessSettingsArn: String? = null, val maxConcurrentSessions: Double? = 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<Tag>? = null, val trustStoreArn: String? = null, val userAccessLoggingSettingsArn: String? = null, val userSettingsArn: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetUserSettingsResult(val additionalEncryptionContext: Map<String, String>? = null, val associatedPortalArns: List<String>? = null, val cookieSynchronizationConfiguration: UserSettingsCookieSynchronizationConfiguration? = null, val copyAllowed: UserSettingsEnabledType? = null, val customerManagedKey: String? = null, val deepLinkAllowed: 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<Tag>? = null, val uploadAllowed: UserSettingsEnabledType? = null, val userSettingsArn: String? = null)
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)