NeonRoleProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties specific to Roles.
public class NeonRoleProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NeonPostgres.Models.NeonRoleProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NeonPostgres.Models.NeonRoleProperties>
type NeonRoleProperties = class
interface IJsonModel<NeonRoleProperties>
interface IPersistableModel<NeonRoleProperties>
Public Class NeonRoleProperties
Implements IJsonModel(Of NeonRoleProperties), IPersistableModel(Of NeonRoleProperties)
- Inheritance
-
NeonRoleProperties
- Implements
Constructors
NeonRoleProperties() |
Initializes a new instance of NeonRoleProperties. |
Properties
Attributes |
Additional attributes for the entity. |
BranchId |
The ID of the branch this role belongs to. |
CreatedAt |
Timestamp indicating when the entity was created. |
EntityId |
Unique identifier for the entity. |
EntityName |
Name of the resource. |
IsSuperUser |
Indicates whether the role has superuser privileges. |
Permissions |
Permissions assigned to the role. |
ProvisioningState |
Provisioning state of the resource. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<NeonRoleProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NeonRoleProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NeonRoleProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NeonRoleProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NeonRoleProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |