| Name | Type | Description | Notes |
|---|---|---|---|
| Aud | Pointer to string | [optional] | |
| AwsPrincipalTags | Pointer to bool | [optional] |
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
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
func (o *CreateOIDCTokenRequest) GetAud() string
GetAud returns the Aud field if non-nil, zero value otherwise.
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.
func (o *CreateOIDCTokenRequest) SetAud(v string)
SetAud sets Aud field to given value.
func (o *CreateOIDCTokenRequest) HasAud() bool
HasAud returns a boolean if a field has been set.
func (o *CreateOIDCTokenRequest) GetAwsPrincipalTags() bool
GetAwsPrincipalTags returns the AwsPrincipalTags field if non-nil, zero value otherwise.
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.
func (o *CreateOIDCTokenRequest) SetAwsPrincipalTags(v bool)
SetAwsPrincipalTags sets AwsPrincipalTags field to given value.
func (o *CreateOIDCTokenRequest) HasAwsPrincipalTags() bool
HasAwsPrincipalTags returns a boolean if a field has been set.