INeonRoleProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.NeonRolePropertiesTypeConverter))]
public interface INeonRoleProperties : Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.NeonRolePropertiesTypeConverter))>]
type INeonRoleProperties = interface
interface IJsonSerializable
Public Interface INeonRoleProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Attribute |
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 |
| Permission |
Permissions assigned to the role |
| ProvisioningState |
Provisioning state of the resource. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |