Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.62 KB

CreateRoleScopeRequest.md

File metadata and controls

51 lines (28 loc) · 1.62 KB

CreateRoleScopeRequest

Properties

Name Type Description Notes
ScopeIds []string An array of API resource scope IDs to be linked.

Methods

NewCreateRoleScopeRequest

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

NewCreateRoleScopeRequestWithDefaults

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

GetScopeIds

func (o *CreateRoleScopeRequest) GetScopeIds() []string

GetScopeIds returns the ScopeIds field if non-nil, zero value otherwise.

GetScopeIdsOk

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.

SetScopeIds

func (o *CreateRoleScopeRequest) SetScopeIds(v []string)

SetScopeIds sets ScopeIds field to given value.

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