pulumi-gitlab-kotlin
6.4.0.0
pulumi-gitlab-kotlin
/
com.pulumi.gitlab.kotlin
/
TagProtectionArgs
/
TagProtectionArgs
Tag
Protection
Args
fun
TagProtectionArgs
(
allowedToCreates
:
Output
<
List
<
TagProtectionAllowedToCreateArgs
>
>
?
=
null
,
createAccessLevel
:
Output
<
String
>
?
=
null
,
project
:
Output
<
String
>
?
=
null
,
tag
:
Output
<
String
>
?
=
null
)