Name | Type | Description | Notes |
---|---|---|---|
ApiUserId | Pointer to string | Unique 24-hexadecimal digit string that identifies the organization API key. | [optional] [readonly] |
Roles | Pointer to []string | List of roles to grant this API key. If you provide this list, provide a minimum of one role and ensure each role applies to this project. | [optional] |
func NewApiUserRoleAssignment() *ApiUserRoleAssignment
NewApiUserRoleAssignment instantiates a new ApiUserRoleAssignment 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 NewApiUserRoleAssignmentWithDefaults() *ApiUserRoleAssignment
NewApiUserRoleAssignmentWithDefaults instantiates a new ApiUserRoleAssignment 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 *ApiUserRoleAssignment) GetApiUserId() string
GetApiUserId returns the ApiUserId field if non-nil, zero value otherwise.
func (o *ApiUserRoleAssignment) GetApiUserIdOk() (*string, bool)
GetApiUserIdOk returns a tuple with the ApiUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiUserRoleAssignment) SetApiUserId(v string)
SetApiUserId sets ApiUserId field to given value.
func (o *ApiUserRoleAssignment) HasApiUserId() bool
HasApiUserId returns a boolean if a field has been set.
func (o *ApiUserRoleAssignment) GetRoles() []string
GetRoles returns the Roles field if non-nil, zero value otherwise.
func (o *ApiUserRoleAssignment) GetRolesOk() (*[]string, bool)
GetRolesOk returns a tuple with the Roles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiUserRoleAssignment) SetRoles(v []string)
SetRoles sets Roles field to given value.
func (o *ApiUserRoleAssignment) HasRoles() bool
HasRoles returns a boolean if a field has been set.