toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.media.kotlin.inputs
/
MediaServiceIdentityArgs
Media
Service
Identity
Args
data
class
MediaServiceIdentityArgs
(
val
type
:
Output
<
String
>
,
val
userAssignedIdentities
:
Output
<
List
<
String
>
>
?
=
null
)
:
ConvertibleToJava
<
MediaServiceIdentityArgs
>
Members
Constructors
Media
Service
Identity
Args
Link copied to clipboard
constructor
(
type
:
Output
<
String
>
,
userAssignedIdentities
:
Output
<
List
<
String
>
>
?
=
null
)
Properties
type
Link copied to clipboard
val
type
:
Output
<
String
>
The identity type.
user
Assigned
Identities
Link copied to clipboard
val
userAssignedIdentities
:
Output
<
List
<
String
>
>
?
=
null
The user assigned managed identities.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
MediaServiceIdentityArgs