Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.4 KB

File metadata and controls

82 lines (45 loc) · 2.4 KB

CreateOIDCTokenRequest

Properties

Name Type Description Notes
Aud Pointer to string [optional]
AwsPrincipalTags Pointer to bool [optional]

Methods

NewCreateOIDCTokenRequest

func NewCreateOIDCTokenRequest() *CreateOIDCTokenRequest

NewCreateOIDCTokenRequest instantiates a new CreateOIDCTokenRequest 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

NewCreateOIDCTokenRequestWithDefaults

func NewCreateOIDCTokenRequestWithDefaults() *CreateOIDCTokenRequest

NewCreateOIDCTokenRequestWithDefaults instantiates a new CreateOIDCTokenRequest 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

GetAud

func (o *CreateOIDCTokenRequest) GetAud() string

GetAud returns the Aud field if non-nil, zero value otherwise.

GetAudOk

func (o *CreateOIDCTokenRequest) GetAudOk() (*string, bool)

GetAudOk returns a tuple with the Aud field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAud

func (o *CreateOIDCTokenRequest) SetAud(v string)

SetAud sets Aud field to given value.

HasAud

func (o *CreateOIDCTokenRequest) HasAud() bool

HasAud returns a boolean if a field has been set.

GetAwsPrincipalTags

func (o *CreateOIDCTokenRequest) GetAwsPrincipalTags() bool

GetAwsPrincipalTags returns the AwsPrincipalTags field if non-nil, zero value otherwise.

GetAwsPrincipalTagsOk

func (o *CreateOIDCTokenRequest) GetAwsPrincipalTagsOk() (*bool, bool)

GetAwsPrincipalTagsOk returns a tuple with the AwsPrincipalTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAwsPrincipalTags

func (o *CreateOIDCTokenRequest) SetAwsPrincipalTags(v bool)

SetAwsPrincipalTags sets AwsPrincipalTags field to given value.

HasAwsPrincipalTags

func (o *CreateOIDCTokenRequest) HasAwsPrincipalTags() bool

HasAwsPrincipalTags returns a boolean if a field has been set.

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