Package-level declarations

Types

Link copied to clipboard
data class GetAccountResult(val accountId: String? = null, val accountName: String, val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String, val mediaServices: MediaServicesForPutRequestResponse? = null, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tenantId: String, val type: String)

An Azure Video Analyzer for Media account.

Link copied to clipboard
data class ManagedServiceIdentityResponse(val principalId: String, val tenantId: String, val type: String, val userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)

Managed service identity (system assigned and/or user assigned identities)

Link copied to clipboard
data class MediaServicesForPutRequestResponse(val resourceId: String? = null, val userAssignedIdentity: String? = null)

The media services details

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
data class UserAssignedIdentityResponse(val clientId: String, val principalId: String)

User assigned identity properties