GetCustomEntityStoreAssignmentResult

data class GetCustomEntityStoreAssignmentResult(val azureApiVersion: String, val entityStoreDatabaseLink: String? = null, val id: String, val name: String, val principal: String? = null, val systemData: SystemDataResponse, val type: String)

Custom entity store assignment

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, entityStoreDatabaseLink: String? = null, id: String, name: String, principal: String? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The link to entity store database.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Resource name

Link copied to clipboard
val principal: String? = null

The principal assigned with entity store. Format of principal is: AAD type=PrincipalObjectId;TenantId

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

Resource type