toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.videoindexer.kotlin.outputs
Package-level
declarations
Types
Types
Account
Identity
Link copied to clipboard
data
class
AccountIdentity
(
val
identityIds
:
List
<
String
>
?
=
null
,
val
principalId
:
String
?
=
null
,
val
tenantId
:
String
?
=
null
,
val
type
:
String
)
Account
Storage
Link copied to clipboard
data
class
AccountStorage
(
val
storageAccountId
:
String
,
val
userAssignedIdentityId
:
String
?
=
null
)