Skip to content

Latest commit

 

History

History
124 lines (67 loc) · 3.23 KB

IamUserAuthorization.md

File metadata and controls

124 lines (67 loc) · 3.23 KB

IamUserAuthorization

Properties

Name Type Description Notes
Application string
Id Pointer to string [optional] [readonly]
Name string
Uri Pointer to string [optional] [readonly]

Methods

NewIamUserAuthorization

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

NewIamUserAuthorizationWithDefaults

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

GetApplication

func (o *IamUserAuthorization) GetApplication() string

GetApplication returns the Application field if non-nil, zero value otherwise.

GetApplicationOk

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.

SetApplication

func (o *IamUserAuthorization) SetApplication(v string)

SetApplication sets Application field to given value.

GetId

func (o *IamUserAuthorization) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *IamUserAuthorization) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *IamUserAuthorization) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *IamUserAuthorization) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *IamUserAuthorization) SetName(v string)

SetName sets Name field to given value.

GetUri

func (o *IamUserAuthorization) GetUri() string

GetUri returns the Uri field if non-nil, zero value otherwise.

GetUriOk

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.

SetUri

func (o *IamUserAuthorization) SetUri(v string)

SetUri sets Uri field to given value.

HasUri

func (o *IamUserAuthorization) HasUri() bool

HasUri returns a boolean if a field has been set.

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