GetLinkResult

data class GetLinkResult(val azureApiVersion: String, val description: Map<String, String>? = null, val displayName: Map<String, String>? = null, val id: String, val linkName: String, val mappings: List<TypePropertiesMappingResponse>? = null, val name: String, val operationType: String? = null, val participantPropertyReferences: List<ParticipantPropertyReferenceResponse>, val provisioningState: String, val referenceOnly: Boolean? = null, val sourceEntityType: String, val sourceEntityTypeName: String, val targetEntityType: String, val targetEntityTypeName: String, val tenantId: String, val type: String)

The link resource format.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, description: Map<String, String>? = null, displayName: Map<String, String>? = null, id: String, linkName: String, mappings: List<TypePropertiesMappingResponse>? = null, name: String, operationType: String? = null, participantPropertyReferences: List<ParticipantPropertyReferenceResponse>, provisioningState: String, referenceOnly: Boolean? = null, sourceEntityType: String, sourceEntityTypeName: String, targetEntityType: String, targetEntityTypeName: String, tenantId: String, 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
val description: Map<String, String>? = null

Localized descriptions for the Link.

Link copied to clipboard
val displayName: Map<String, String>? = null

Localized display name for the Link.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

The link name.

Link copied to clipboard

The set of properties mappings between the source and target Types.

Link copied to clipboard

Resource name.

Link copied to clipboard
val operationType: String? = null

Determines whether this link is supposed to create or delete instances if Link is NOT Reference Only.

Link copied to clipboard

The properties that represent the participating profile.

Link copied to clipboard

Provisioning state.

Link copied to clipboard
val referenceOnly: Boolean? = null

Indicating whether the link is reference only link. This flag is ignored if the Mappings are defined. If the mappings are not defined and it is set to true, links processing will not create or update profiles.

Link copied to clipboard

Type of source entity.

Link copied to clipboard

Name of the source Entity Type.

Link copied to clipboard

Type of target entity.

Link copied to clipboard

Name of the target Entity Type.

Link copied to clipboard

The hub name.

Link copied to clipboard

Resource type.