toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.media.kotlin.outputs
/
MediaServiceIdentityResponse
Media
Service
Identity
Response
data
class
MediaServiceIdentityResponse
(
val
principalId
:
String
,
val
tenantId
:
String
,
val
type
:
String
)
Members
Constructors
Media
Service
Identity
Response
Link copied to clipboard
constructor
(
principalId
:
String
,
tenantId
:
String
,
type
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
principal
Id
Link copied to clipboard
val
principalId
:
String
The Principal ID of the identity.
tenant
Id
Link copied to clipboard
val
tenantId
:
String
The Tenant ID of the identity.
type
Link copied to clipboard
val
type
:
String
The identity type.