Name | Type | Description | Notes |
---|---|---|---|
ScopeIds | []string | An array of API resource scope IDs to be linked. |
func NewCreateRoleScopeRequest(scopeIds []string, ) *CreateRoleScopeRequest
NewCreateRoleScopeRequest instantiates a new CreateRoleScopeRequest 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 NewCreateRoleScopeRequestWithDefaults() *CreateRoleScopeRequest
NewCreateRoleScopeRequestWithDefaults instantiates a new CreateRoleScopeRequest 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 *CreateRoleScopeRequest) GetScopeIds() []string
GetScopeIds returns the ScopeIds field if non-nil, zero value otherwise.
func (o *CreateRoleScopeRequest) GetScopeIdsOk() (*[]string, bool)
GetScopeIdsOk returns a tuple with the ScopeIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateRoleScopeRequest) SetScopeIds(v []string)
SetScopeIds sets ScopeIds field to given value.