Package-level declarations
Types
Link copied to clipboard
data class GetObjectAnchorsAccountResult(val accountDomain: String, val accountId: String, val azureApiVersion: String, val id: String, val identity: ObjectAnchorsAccountResponseIdentity? = null, val kind: SkuResponse? = null, val location: String, val name: String, val plan: IdentityResponse? = null, val sku: SkuResponse? = null, val storageAccountName: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
ObjectAnchorsAccount Response.
Link copied to clipboard
data class GetRemoteRenderingAccountResult(val accountDomain: String, val accountId: String, val azureApiVersion: String, val id: String, val identity: IdentityResponse? = null, val kind: SkuResponse? = null, val location: String, val name: String, val plan: IdentityResponse? = null, val sku: SkuResponse? = null, val storageAccountName: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
RemoteRenderingAccount Response.
Link copied to clipboard
data class GetSpatialAnchorsAccountResult(val accountDomain: String, val accountId: String, val azureApiVersion: String, val id: String, val identity: IdentityResponse? = null, val kind: SkuResponse? = null, val location: String, val name: String, val plan: IdentityResponse? = null, val sku: SkuResponse? = null, val storageAccountName: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
SpatialAnchorsAccount Response.
Link copied to clipboard
data class IdentityResponse(val principalId: String, val tenantId: String, val type: String? = null)
Identity for the resource.
Link copied to clipboard
Developer Keys of account
Link copied to clipboard
Developer Keys of account
Link copied to clipboard
Developer Keys of account
Link copied to clipboard
data class ObjectAnchorsAccountResponseIdentity(val principalId: String, val tenantId: String, val type: String? = null)
Link copied to clipboard
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.