GetCustomEntityStoreAssignmentResult

data class GetCustomEntityStoreAssignmentResult(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(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 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