CustomPermissionDetailsResponse

data class CustomPermissionDetailsResponse(val description: String, val name: String)

The Custom permissions required for the connector.

Constructors

Link copied to clipboard
constructor(description: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the custom permissions description.

Link copied to clipboard

Gets or sets the custom permissions name.