Name | Type | Description | Notes |
---|---|---|---|
Application | string | ||
Id | Pointer to string | [optional] [readonly] | |
Name | string | ||
Uri | Pointer to string | [optional] [readonly] |
func NewIamUserAuthorization(application string, name string, ) *IamUserAuthorization
NewIamUserAuthorization instantiates a new IamUserAuthorization 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 NewIamUserAuthorizationWithDefaults() *IamUserAuthorization
NewIamUserAuthorizationWithDefaults instantiates a new IamUserAuthorization 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 *IamUserAuthorization) GetApplication() string
GetApplication returns the Application field if non-nil, zero value otherwise.
func (o *IamUserAuthorization) GetApplicationOk() (*string, bool)
GetApplicationOk returns a tuple with the Application field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IamUserAuthorization) SetApplication(v string)
SetApplication sets Application field to given value.
func (o *IamUserAuthorization) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *IamUserAuthorization) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IamUserAuthorization) SetId(v string)
SetId sets Id field to given value.
func (o *IamUserAuthorization) HasId() bool
HasId returns a boolean if a field has been set.
func (o *IamUserAuthorization) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *IamUserAuthorization) 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 *IamUserAuthorization) SetName(v string)
SetName sets Name field to given value.
func (o *IamUserAuthorization) GetUri() string
GetUri returns the Uri field if non-nil, zero value otherwise.
func (o *IamUserAuthorization) GetUriOk() (*string, bool)
GetUriOk returns a tuple with the Uri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IamUserAuthorization) SetUri(v string)
SetUri sets Uri field to given value.
func (o *IamUserAuthorization) HasUri() bool
HasUri returns a boolean if a field has been set.