toggle menu
pulumi-cloudflare-kotlin
5.49.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.inputs
/
AccessGroupRequireAzureArgs
Access
Group
Require
Azure
Args
data
class
AccessGroupRequireAzureArgs
(
val
identityProviderId
:
Output
<
String
>
?
=
null
,
val
ids
:
Output
<
List
<
String
>
>
?
=
null
)
:
ConvertibleToJava
<
AccessGroupRequireAzureArgs
>
Members
Constructors
Access
Group
Require
Azure
Args
Link copied to clipboard
constructor
(
identityProviderId
:
Output
<
String
>
?
=
null
,
ids
:
Output
<
List
<
String
>
>
?
=
null
)
Properties
identity
Provider
Id
Link copied to clipboard
val
identityProviderId
:
Output
<
String
>
?
=
null
The ID of the Azure identity provider.
ids
Link copied to clipboard
val
ids
:
Output
<
List
<
String
>
>
?
=
null
The ID of the Azure group or user.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AccessGroupRequireAzureArgs