Name | Type | Description | Notes |
---|---|---|---|
AuthEndpoint | Pointer to string | The auth URL. | [optional] |
DomainId | Pointer to []string | The list of domain ids that the login is restricted to. | [optional] |
DomainName | Pointer to []string | The list of domainNames that the login is restricted to. | [optional] |
TenantId | Pointer to []string | The list of tenantIDs that the login is restricted to. | [optional] |
TenantName | Pointer to []string | The list of tenantNames that the login is restricted to. | [optional] |
UserId | Pointer to []string | The list of user ids that the login is restricted to. | [optional] |
UserName | Pointer to []string | The list of user names that the login is restricted to. | [optional] |
func NewHuaweiAccessRules() *HuaweiAccessRules
NewHuaweiAccessRules instantiates a new HuaweiAccessRules 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
func NewHuaweiAccessRulesWithDefaults() *HuaweiAccessRules
NewHuaweiAccessRulesWithDefaults instantiates a new HuaweiAccessRules 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
func (o *HuaweiAccessRules) GetAuthEndpoint() string
GetAuthEndpoint returns the AuthEndpoint field if non-nil, zero value otherwise.
func (o *HuaweiAccessRules) GetAuthEndpointOk() (*string, bool)
GetAuthEndpointOk returns a tuple with the AuthEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HuaweiAccessRules) SetAuthEndpoint(v string)
SetAuthEndpoint sets AuthEndpoint field to given value.
func (o *HuaweiAccessRules) HasAuthEndpoint() bool
HasAuthEndpoint returns a boolean if a field has been set.
func (o *HuaweiAccessRules) GetDomainId() []string
GetDomainId returns the DomainId field if non-nil, zero value otherwise.
func (o *HuaweiAccessRules) GetDomainIdOk() (*[]string, bool)
GetDomainIdOk returns a tuple with the DomainId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HuaweiAccessRules) SetDomainId(v []string)
SetDomainId sets DomainId field to given value.
func (o *HuaweiAccessRules) HasDomainId() bool
HasDomainId returns a boolean if a field has been set.
func (o *HuaweiAccessRules) GetDomainName() []string
GetDomainName returns the DomainName field if non-nil, zero value otherwise.
func (o *HuaweiAccessRules) GetDomainNameOk() (*[]string, bool)
GetDomainNameOk returns a tuple with the DomainName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HuaweiAccessRules) SetDomainName(v []string)
SetDomainName sets DomainName field to given value.
func (o *HuaweiAccessRules) HasDomainName() bool
HasDomainName returns a boolean if a field has been set.
func (o *HuaweiAccessRules) GetTenantId() []string
GetTenantId returns the TenantId field if non-nil, zero value otherwise.
func (o *HuaweiAccessRules) GetTenantIdOk() (*[]string, bool)
GetTenantIdOk returns a tuple with the TenantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HuaweiAccessRules) SetTenantId(v []string)
SetTenantId sets TenantId field to given value.
func (o *HuaweiAccessRules) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (o *HuaweiAccessRules) GetTenantName() []string
GetTenantName returns the TenantName field if non-nil, zero value otherwise.
func (o *HuaweiAccessRules) GetTenantNameOk() (*[]string, bool)
GetTenantNameOk returns a tuple with the TenantName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HuaweiAccessRules) SetTenantName(v []string)
SetTenantName sets TenantName field to given value.
func (o *HuaweiAccessRules) HasTenantName() bool
HasTenantName returns a boolean if a field has been set.
func (o *HuaweiAccessRules) GetUserId() []string
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *HuaweiAccessRules) GetUserIdOk() (*[]string, bool)
GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HuaweiAccessRules) SetUserId(v []string)
SetUserId sets UserId field to given value.
func (o *HuaweiAccessRules) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (o *HuaweiAccessRules) GetUserName() []string
GetUserName returns the UserName field if non-nil, zero value otherwise.
func (o *HuaweiAccessRules) GetUserNameOk() (*[]string, bool)
GetUserNameOk returns a tuple with the UserName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HuaweiAccessRules) SetUserName(v []string)
SetUserName sets UserName field to given value.
func (o *HuaweiAccessRules) HasUserName() bool
HasUserName returns a boolean if a field has been set.