GetProfileResourceAssociationResult

data class GetProfileResourceAssociationResult(val id: String? = null, val resourceProperties: String? = null, val resourceType: String? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, resourceProperties: String? = null, resourceType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Primary Identifier for Profile Resource Association

Link copied to clipboard

A JSON-formatted string with key-value pairs specifying the properties of the associated resource.

Link copied to clipboard
val resourceType: String? = null

The type of the resource associated to the Profile.