OauthProfileAccessLevelGroup: {
    description?: string;
    globalAccessLevel?: OauthProfileAccessLevelGroup.globalAccessLevel;
    groupName?: string;
    msgVpnAccessLevel?: msgVpnAccessLevel;
    oauthProfileName?: string;
}

Type declaration

  • Optional description?: string

    A description for the group. Changes to this attribute are synchronized to HA mates via config-sync. The default value is "".

  • Optional globalAccessLevel?: OauthProfileAccessLevelGroup.globalAccessLevel

    The global access level for this group. Changes to this attribute are synchronized to HA mates via config-sync. The default value is "none". The allowed values and their meaning are:

    "none" - User has no access to global data.
    "read-only" - User has read-only access to global data.
    "read-write" - User has read-write access to most global data.
    "admin" - User has read-write access to all global data.
    
  • Optional groupName?: string

    The name of the group.

  • Optional msgVpnAccessLevel?: msgVpnAccessLevel

    The default message VPN access level for this group. Changes to this attribute are synchronized to HA mates via config-sync. The default value is "none". The allowed values and their meaning are:

    "none" - User has no access to a Message VPN.
    "read-only" - User has read-only access to a Message VPN.
    "read-write" - User has read-write access to most Message VPN settings.
    
  • Optional oauthProfileName?: string

    The name of the OAuth profile.