toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.iap.kotlin.outputs
/
SettingsAccessSettingsAllowedDomainsSettings
Settings
Access
Settings
Allowed
Domains
Settings
data
class
SettingsAccessSettingsAllowedDomainsSettings
(
val
domains
:
List
<
String
>
?
=
null
,
val
enable
:
Boolean
?
=
null
)
Members
Constructors
Settings
Access
Settings
Allowed
Domains
Settings
Link copied to clipboard
constructor
(
domains
:
List
<
String
>
?
=
null
,
enable
:
Boolean
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
domains
Link copied to clipboard
val
domains
:
List
<
String
>
?
=
null
List of trusted domains.
enable
Link copied to clipboard
val
enable
:
Boolean
?
=
null
Configuration for customers to opt in for the feature.