AccessRoleBindingRecord Class

Definition

Details on principal, role name and crn pattern of a role binding.

public class AccessRoleBindingRecord : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Confluent.Models.AccessRoleBindingRecord>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Confluent.Models.AccessRoleBindingRecord>
type AccessRoleBindingRecord = class
    interface IJsonModel<AccessRoleBindingRecord>
    interface IPersistableModel<AccessRoleBindingRecord>
Public Class AccessRoleBindingRecord
Implements IJsonModel(Of AccessRoleBindingRecord), IPersistableModel(Of AccessRoleBindingRecord)
Inheritance
AccessRoleBindingRecord
Implements

Properties

CrnPattern

A CRN that specifies the scope and resource patterns necessary for the role to bind.

Id

Id of the role binding.

Kind

The type of the resource.

Metadata

Metadata of the record.

Principal

The principal User or Group to bind the role to.

RoleName

The name of the role to bind to the principal.

Explicit Interface Implementations

IJsonModel<AccessRoleBindingRecord>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AccessRoleBindingRecord>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AccessRoleBindingRecord>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AccessRoleBindingRecord>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AccessRoleBindingRecord>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to