Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.99 KB

HuaweiAccessRules.md

File metadata and controls

212 lines (115 loc) · 5.99 KB

HuaweiAccessRules

Properties

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]

Methods

NewHuaweiAccessRules

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

NewHuaweiAccessRulesWithDefaults

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

GetAuthEndpoint

func (o *HuaweiAccessRules) GetAuthEndpoint() string

GetAuthEndpoint returns the AuthEndpoint field if non-nil, zero value otherwise.

GetAuthEndpointOk

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.

SetAuthEndpoint

func (o *HuaweiAccessRules) SetAuthEndpoint(v string)

SetAuthEndpoint sets AuthEndpoint field to given value.

HasAuthEndpoint

func (o *HuaweiAccessRules) HasAuthEndpoint() bool

HasAuthEndpoint returns a boolean if a field has been set.

GetDomainId

func (o *HuaweiAccessRules) GetDomainId() []string

GetDomainId returns the DomainId field if non-nil, zero value otherwise.

GetDomainIdOk

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.

SetDomainId

func (o *HuaweiAccessRules) SetDomainId(v []string)

SetDomainId sets DomainId field to given value.

HasDomainId

func (o *HuaweiAccessRules) HasDomainId() bool

HasDomainId returns a boolean if a field has been set.

GetDomainName

func (o *HuaweiAccessRules) GetDomainName() []string

GetDomainName returns the DomainName field if non-nil, zero value otherwise.

GetDomainNameOk

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.

SetDomainName

func (o *HuaweiAccessRules) SetDomainName(v []string)

SetDomainName sets DomainName field to given value.

HasDomainName

func (o *HuaweiAccessRules) HasDomainName() bool

HasDomainName returns a boolean if a field has been set.

GetTenantId

func (o *HuaweiAccessRules) GetTenantId() []string

GetTenantId returns the TenantId field if non-nil, zero value otherwise.

GetTenantIdOk

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.

SetTenantId

func (o *HuaweiAccessRules) SetTenantId(v []string)

SetTenantId sets TenantId field to given value.

HasTenantId

func (o *HuaweiAccessRules) HasTenantId() bool

HasTenantId returns a boolean if a field has been set.

GetTenantName

func (o *HuaweiAccessRules) GetTenantName() []string

GetTenantName returns the TenantName field if non-nil, zero value otherwise.

GetTenantNameOk

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.

SetTenantName

func (o *HuaweiAccessRules) SetTenantName(v []string)

SetTenantName sets TenantName field to given value.

HasTenantName

func (o *HuaweiAccessRules) HasTenantName() bool

HasTenantName returns a boolean if a field has been set.

GetUserId

func (o *HuaweiAccessRules) GetUserId() []string

GetUserId returns the UserId field if non-nil, zero value otherwise.

GetUserIdOk

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.

SetUserId

func (o *HuaweiAccessRules) SetUserId(v []string)

SetUserId sets UserId field to given value.

HasUserId

func (o *HuaweiAccessRules) HasUserId() bool

HasUserId returns a boolean if a field has been set.

GetUserName

func (o *HuaweiAccessRules) GetUserName() []string

GetUserName returns the UserName field if non-nil, zero value otherwise.

GetUserNameOk

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.

SetUserName

func (o *HuaweiAccessRules) SetUserName(v []string)

SetUserName sets UserName field to given value.

HasUserName

func (o *HuaweiAccessRules) HasUserName() bool

HasUserName returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]