ListAccessRoleBindingNameResult

data class ListAccessRoleBindingNameResult(val data: List<String>? = null, val kind: String? = null, val metadata: ConfluentListMetadataResponse? = null)

Details of the role binding names returned on successful response

Constructors

Link copied to clipboard
constructor(data: List<String>? = null, kind: String? = null, metadata: ConfluentListMetadataResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val data: List<String>? = null

List of role binding names

Link copied to clipboard
val kind: String? = null

Type of response

Link copied to clipboard

Metadata of the list