toggle menu
pulumi-cloudflare-kotlin
5.49.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
AccessGroupIncludeOkta
Access
Group
Include
Okta
data
class
AccessGroupIncludeOkta
(
val
identityProviderId
:
String
?
=
null
,
val
names
:
List
<
String
>
?
=
null
)
Members
Constructors
Access
Group
Include
Okta
Link copied to clipboard
constructor
(
identityProviderId
:
String
?
=
null
,
names
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
identity
Provider
Id
Link copied to clipboard
val
identityProviderId
:
String
?
=
null
The ID of your Okta identity provider.
names
Link copied to clipboard
val
names
:
List
<
String
>
?
=
null
The name of the Okta Group.