Package-level declarations
Types
Link copied to clipboard
data class GetCommunicationsGatewayResult(val apiBridge: Any? = null, val autoGeneratedDomainNameLabel: String, val autoGeneratedDomainNameLabelScope: String? = null, val codecs: List<String>, val connectivity: String, val e911Type: String, val emergencyDialStrings: List<String>? = null, val id: String, val identity: ManagedServiceIdentityResponse? = null, val integratedMcpEnabled: Boolean? = null, val location: String, val name: String, val onPremMcpEnabled: Boolean? = null, val platforms: List<String>, val provisioningState: String, val serviceLocations: List<ServiceRegionPropertiesResponse>, val status: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val teamsVoicemailPilotNumber: String? = null, val type: String)
A CommunicationsGateway resource
Link copied to clipboard
data class GetContactResult(val contactName: String, val email: String, val id: String, val location: String, val name: String, val phoneNumber: String, val provisioningState: String, val role: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
A Contact resource
Link copied to clipboard
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 PrimaryRegionPropertiesResponse(val allowedMediaSourceAddressPrefixes: List<String>? = null, val allowedSignalingSourceAddressPrefixes: List<String>? = null, val esrpAddresses: List<String>? = null, val operatorAddresses: List<String>)
The configuration used in this region as primary, and other regions as backup.
Link copied to clipboard
data class ServiceRegionPropertiesResponse(val name: String, val primaryRegionProperties: PrimaryRegionPropertiesResponse)
The service region configuration needed for Teams Callings.
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