pulumi-azure-native-kotlin
1.104.0.1
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
)
Types
Constructors
Properties
Constructors
Media
Service
Identity
Response
Link copied to clipboard
fun
MediaServiceIdentityResponse
(
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.