次の方法で共有


RoleBindingRecord Interface

public interface RoleBindingRecord

An immutable client-side representation of RoleBindingRecord.

Method Summary

Modifier and Type Method and Description
abstract String crnPattern()

Gets the crnPattern property: A CRN that specifies the scope and resource patterns necessary for the role to bind.

abstract String id()

Gets the id property: Id of the role binding.

abstract RoleBindingRecordInner innerModel()

Gets the inner com.azure.resourcemanager.confluent.fluent.models.RoleBindingRecordInner object.

abstract String kind()

Gets the kind property: The type of the resource.

abstract MetadataEntity metadata()

Gets the metadata property: Metadata of the record.

abstract String principal()

Gets the principal property: The principal User or Group to bind the role to.

abstract String roleName()

Gets the roleName property: The name of the role to bind to the principal.

Method Details

crnPattern

public abstract String crnPattern()

Gets the crnPattern property: A CRN that specifies the scope and resource patterns necessary for the role to bind.

Returns:

the crnPattern value.

id

public abstract String id()

Gets the id property: Id of the role binding.

Returns:

the id value.

innerModel

public abstract RoleBindingRecordInner innerModel()

Gets the inner com.azure.resourcemanager.confluent.fluent.models.RoleBindingRecordInner object.

Returns:

the inner object.

kind

public abstract String kind()

Gets the kind property: The type of the resource.

Returns:

the kind value.

metadata

public abstract MetadataEntity metadata()

Gets the metadata property: Metadata of the record.

Returns:

the metadata value.

principal

public abstract String principal()

Gets the principal property: The principal User or Group to bind the role to.

Returns:

the principal value.

roleName

public abstract String roleName()

Gets the roleName property: The name of the role to bind to the principal.

Returns:

the roleName value.

Applies to