Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
FlowSet | Pointer to []FlowSetRequest | [optional] | |
UserCreationMode | Pointer to UserCreationModeEnum | [optional] | |
CreateUsersAsInactive | Pointer to bool | When set, newly created users are inactive and cannot login. | [optional] |
CreateUsersGroup | Pointer to NullableString | Optionally add newly created users to this group. | [optional] |
UserType | Pointer to UserTypeEnum | [optional] | |
UserPathTemplate | Pointer to string | [optional] |
func NewUserWriteStageRequest(name string, ) *UserWriteStageRequest
NewUserWriteStageRequest instantiates a new UserWriteStageRequest 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 NewUserWriteStageRequestWithDefaults() *UserWriteStageRequest
NewUserWriteStageRequestWithDefaults instantiates a new UserWriteStageRequest 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 *UserWriteStageRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UserWriteStageRequest) 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.
func (o *UserWriteStageRequest) SetName(v string)
SetName sets Name field to given value.
func (o *UserWriteStageRequest) GetFlowSet() []FlowSetRequest
GetFlowSet returns the FlowSet field if non-nil, zero value otherwise.
func (o *UserWriteStageRequest) GetFlowSetOk() (*[]FlowSetRequest, bool)
GetFlowSetOk returns a tuple with the FlowSet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWriteStageRequest) SetFlowSet(v []FlowSetRequest)
SetFlowSet sets FlowSet field to given value.
func (o *UserWriteStageRequest) HasFlowSet() bool
HasFlowSet returns a boolean if a field has been set.
func (o *UserWriteStageRequest) GetUserCreationMode() UserCreationModeEnum
GetUserCreationMode returns the UserCreationMode field if non-nil, zero value otherwise.
func (o *UserWriteStageRequest) GetUserCreationModeOk() (*UserCreationModeEnum, bool)
GetUserCreationModeOk returns a tuple with the UserCreationMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWriteStageRequest) SetUserCreationMode(v UserCreationModeEnum)
SetUserCreationMode sets UserCreationMode field to given value.
func (o *UserWriteStageRequest) HasUserCreationMode() bool
HasUserCreationMode returns a boolean if a field has been set.
func (o *UserWriteStageRequest) GetCreateUsersAsInactive() bool
GetCreateUsersAsInactive returns the CreateUsersAsInactive field if non-nil, zero value otherwise.
func (o *UserWriteStageRequest) GetCreateUsersAsInactiveOk() (*bool, bool)
GetCreateUsersAsInactiveOk returns a tuple with the CreateUsersAsInactive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWriteStageRequest) SetCreateUsersAsInactive(v bool)
SetCreateUsersAsInactive sets CreateUsersAsInactive field to given value.
func (o *UserWriteStageRequest) HasCreateUsersAsInactive() bool
HasCreateUsersAsInactive returns a boolean if a field has been set.
func (o *UserWriteStageRequest) GetCreateUsersGroup() string
GetCreateUsersGroup returns the CreateUsersGroup field if non-nil, zero value otherwise.
func (o *UserWriteStageRequest) GetCreateUsersGroupOk() (*string, bool)
GetCreateUsersGroupOk returns a tuple with the CreateUsersGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWriteStageRequest) SetCreateUsersGroup(v string)
SetCreateUsersGroup sets CreateUsersGroup field to given value.
func (o *UserWriteStageRequest) HasCreateUsersGroup() bool
HasCreateUsersGroup returns a boolean if a field has been set.
func (o *UserWriteStageRequest) SetCreateUsersGroupNil(b bool)
SetCreateUsersGroupNil sets the value for CreateUsersGroup to be an explicit nil
func (o *UserWriteStageRequest) UnsetCreateUsersGroup()
UnsetCreateUsersGroup ensures that no value is present for CreateUsersGroup, not even an explicit nil
func (o *UserWriteStageRequest) GetUserType() UserTypeEnum
GetUserType returns the UserType field if non-nil, zero value otherwise.
func (o *UserWriteStageRequest) GetUserTypeOk() (*UserTypeEnum, bool)
GetUserTypeOk returns a tuple with the UserType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWriteStageRequest) SetUserType(v UserTypeEnum)
SetUserType sets UserType field to given value.
func (o *UserWriteStageRequest) HasUserType() bool
HasUserType returns a boolean if a field has been set.
func (o *UserWriteStageRequest) GetUserPathTemplate() string
GetUserPathTemplate returns the UserPathTemplate field if non-nil, zero value otherwise.
func (o *UserWriteStageRequest) GetUserPathTemplateOk() (*string, bool)
GetUserPathTemplateOk returns a tuple with the UserPathTemplate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWriteStageRequest) SetUserPathTemplate(v string)
SetUserPathTemplate sets UserPathTemplate field to given value.
func (o *UserWriteStageRequest) HasUserPathTemplate() bool
HasUserPathTemplate returns a boolean if a field has been set.