Type alias OauthProfileAccessLevelGroupMsgVpnAccessLevelException

OauthProfileAccessLevelGroupMsgVpnAccessLevelException: {
    accessLevel?: OauthProfileAccessLevelGroupMsgVpnAccessLevelException.accessLevel;
    groupName?: string;
    msgVpnName?: string;
    oauthProfileName?: string;
}

Type declaration

  • Optional accessLevel?: OauthProfileAccessLevelGroupMsgVpnAccessLevelException.accessLevel

    The message VPN access level. 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 groupName?: string

    The name of the group.

  • Optional msgVpnName?: string

    The name of the message VPN.

  • Optional oauthProfileName?: string

    The name of the OAuth profile.