toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.storage.kotlin.inputs
/
SignedIdentifierArgs
Signed
Identifier
Args
data
class
SignedIdentifierArgs
(
val
accessPolicy
:
Output
<
AccessPolicyArgs
>
?
=
null
,
val
id
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
SignedIdentifierArgs
>
Members
Constructors
Signed
Identifier
Args
Link copied to clipboard
constructor
(
accessPolicy
:
Output
<
AccessPolicyArgs
>
?
=
null
,
id
:
Output
<
String
>
?
=
null
)
Properties
access
Policy
Link copied to clipboard
val
accessPolicy
:
Output
<
AccessPolicyArgs
>
?
=
null
Access policy
id
Link copied to clipboard
val
id
:
Output
<
String
>
?
=
null
An unique identifier of the stored access policy.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SignedIdentifierArgs