toggle menu
pulumi-gcp-kotlin
6.67.1.1
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.orgpolicy.kotlin.inputs
/
PolicySpecRuleValuesArgs
Policy
Spec
Rule
Values
Args
data
class
PolicySpecRuleValuesArgs
(
val
allowedValues
:
Output
<
List
<
String
>
>
?
=
null
,
val
deniedValues
:
Output
<
List
<
String
>
>
?
=
null
)
:
ConvertibleToJava
<
PolicySpecRuleValuesArgs
>
Members
Constructors
Policy
Spec
Rule
Values
Args
Link copied to clipboard
constructor
(
allowedValues
:
Output
<
List
<
String
>
>
?
=
null
,
deniedValues
:
Output
<
List
<
String
>
>
?
=
null
)
Properties
allowed
Values
Link copied to clipboard
val
allowedValues
:
Output
<
List
<
String
>
>
?
=
null
List of values allowed at this resource.
denied
Values
Link copied to clipboard
val
deniedValues
:
Output
<
List
<
String
>
>
?
=
null
List of values denied at this resource.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
PolicySpecRuleValuesArgs