SslVpnUserGroupConfigOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| LdapAttribute | Pointer to string | Attribute value used for LDAP authentication. It should contain 1 to 20 characters. | [optional] |
| Name | string | Name of the SSL VPN user group should contain 1 to 20 characters. | |
| RadiusAttribute | Pointer to string | Attribute value used for radius authentication. It should contain 1 to 20 characters. | [optional] |
| ResourceGroupList | Pointer to []string | Resource group ID list of the SSL VPN user group. Resource group can be created using 'Create SSL VPN resource group' interface, and Resource group ID can be obtained from 'Get resource group list for SSL VPN server' interface. | [optional] |
Methods
NewSslVpnUserGroupConfigOpenApiVO
func NewSslVpnUserGroupConfigOpenApiVO(name string, ) *SslVpnUserGroupConfigOpenApiVO
NewSslVpnUserGroupConfigOpenApiVO instantiates a new SslVpnUserGroupConfigOpenApiVO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
NewSslVpnUserGroupConfigOpenApiVOWithDefaults
func NewSslVpnUserGroupConfigOpenApiVOWithDefaults() *SslVpnUserGroupConfigOpenApiVO
NewSslVpnUserGroupConfigOpenApiVOWithDefaults instantiates a new SslVpnUserGroupConfigOpenApiVO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
GetLdapAttribute
func (o *SslVpnUserGroupConfigOpenApiVO) GetLdapAttribute() string
GetLdapAttribute returns the LdapAttribute field if non-nil, zero value otherwise.
GetLdapAttributeOk
func (o *SslVpnUserGroupConfigOpenApiVO) GetLdapAttributeOk() (*string, bool)
GetLdapAttributeOk returns a tuple with the LdapAttribute field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLdapAttribute
func (o *SslVpnUserGroupConfigOpenApiVO) SetLdapAttribute(v string)
SetLdapAttribute sets LdapAttribute field to given value.
HasLdapAttribute
func (o *SslVpnUserGroupConfigOpenApiVO) HasLdapAttribute() bool
HasLdapAttribute returns a boolean if a field has been set.
GetName
func (o *SslVpnUserGroupConfigOpenApiVO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
GetNameOk
func (o *SslVpnUserGroupConfigOpenApiVO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetName
func (o *SslVpnUserGroupConfigOpenApiVO) SetName(v string)
SetName sets Name field to given value.
GetRadiusAttribute
func (o *SslVpnUserGroupConfigOpenApiVO) GetRadiusAttribute() string
GetRadiusAttribute returns the RadiusAttribute field if non-nil, zero value otherwise.
GetRadiusAttributeOk
func (o *SslVpnUserGroupConfigOpenApiVO) GetRadiusAttributeOk() (*string, bool)
GetRadiusAttributeOk returns a tuple with the RadiusAttribute field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRadiusAttribute
func (o *SslVpnUserGroupConfigOpenApiVO) SetRadiusAttribute(v string)
SetRadiusAttribute sets RadiusAttribute field to given value.
HasRadiusAttribute
func (o *SslVpnUserGroupConfigOpenApiVO) HasRadiusAttribute() bool
HasRadiusAttribute returns a boolean if a field has been set.
GetResourceGroupList
func (o *SslVpnUserGroupConfigOpenApiVO) GetResourceGroupList() []string
GetResourceGroupList returns the ResourceGroupList field if non-nil, zero value otherwise.
GetResourceGroupListOk
func (o *SslVpnUserGroupConfigOpenApiVO) GetResourceGroupListOk() (*[]string, bool)
GetResourceGroupListOk returns a tuple with the ResourceGroupList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetResourceGroupList
func (o *SslVpnUserGroupConfigOpenApiVO) SetResourceGroupList(v []string)
SetResourceGroupList sets ResourceGroupList field to given value.
HasResourceGroupList
func (o *SslVpnUserGroupConfigOpenApiVO) HasResourceGroupList() bool
HasResourceGroupList returns a boolean if a field has been set.