Package-level declarations
Types
Link copied to clipboard
data class GetAccountResult(val accountId: String? = null, val accountName: String, val azureApiVersion: String, val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String, val name: String, val provisioningState: String, val storageServices: StorageServicesForPutRequestResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tenantId: String, val totalSecondsIndexed: Int, val type: String)
An Azure Video Indexer account.
Link copied to clipboard
data class GetPrivateEndpointConnectionResult(val azureApiVersion: String, val groupIds: List<String>, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
The private endpoint connection resource.
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
The private endpoint resource.
Link copied to clipboard
data class PrivateLinkServiceConnectionStateResponse(val actionsRequired: String? = null, val description: String? = null, val status: String? = null)
A collection of information about the state of the connection between service consumer and provider.
Link copied to clipboard
data class StorageServicesForPutRequestResponse(val resourceId: String? = null, val userAssignedIdentity: String? = null)
The storage 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
User assigned identity properties