Databricks SDK for JavaScript
    Preparing search index...

    A DatabaseInstanceRole represents a Postgres role in a database instance.

    Index

    Properties

    The desired API-exposed Postgres role attribute to associate with the role. Optional.

    effectiveAttributes?: DatabaseInstanceRole_Attributes

    The attributes that are applied to the role. This is an output only field that contains the value computed from the input field combined with server side defaults. Use the field without the effective_ prefix to set the value.

    The type of the role.

    instanceName?: string

    An enum value for a standard role that this role is a member of.

    name?: string

    The name of the role. This is the unique identifier for the role in an instance.