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.outputs
/
SignedIdentifierResponse
Signed
Identifier
Response
data
class
SignedIdentifierResponse
(
val
accessPolicy
:
AccessPolicyResponse
?
=
null
,
val
id
:
String
?
=
null
)
Members
Constructors
Signed
Identifier
Response
Link copied to clipboard
constructor
(
accessPolicy
:
AccessPolicyResponse
?
=
null
,
id
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
access
Policy
Link copied to clipboard
val
accessPolicy
:
AccessPolicyResponse
?
=
null
Access policy
id
Link copied to clipboard
val
id
:
String
?
=
null
An unique identifier of the stored access policy.