Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.96 KB

CreateOidcAppOutput.md

File metadata and controls

108 lines (59 loc) · 2.96 KB

CreateOidcAppOutput

Properties

Name Type Description Notes
ClientId Pointer to string [optional]
ClientSecret Pointer to string [optional]
Name Pointer to string [optional]

Methods

NewCreateOidcAppOutput

func NewCreateOidcAppOutput() *CreateOidcAppOutput

NewCreateOidcAppOutput instantiates a new CreateOidcAppOutput 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

NewCreateOidcAppOutputWithDefaults

func NewCreateOidcAppOutputWithDefaults() *CreateOidcAppOutput

NewCreateOidcAppOutputWithDefaults instantiates a new CreateOidcAppOutput 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

GetClientId

func (o *CreateOidcAppOutput) GetClientId() string

GetClientId returns the ClientId field if non-nil, zero value otherwise.

GetClientIdOk

func (o *CreateOidcAppOutput) GetClientIdOk() (*string, bool)

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

SetClientId

func (o *CreateOidcAppOutput) SetClientId(v string)

SetClientId sets ClientId field to given value.

HasClientId

func (o *CreateOidcAppOutput) HasClientId() bool

HasClientId returns a boolean if a field has been set.

GetClientSecret

func (o *CreateOidcAppOutput) GetClientSecret() string

GetClientSecret returns the ClientSecret field if non-nil, zero value otherwise.

GetClientSecretOk

func (o *CreateOidcAppOutput) GetClientSecretOk() (*string, bool)

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

SetClientSecret

func (o *CreateOidcAppOutput) SetClientSecret(v string)

SetClientSecret sets ClientSecret field to given value.

HasClientSecret

func (o *CreateOidcAppOutput) HasClientSecret() bool

HasClientSecret returns a boolean if a field has been set.

GetName

func (o *CreateOidcAppOutput) GetName() string

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

GetNameOk

func (o *CreateOidcAppOutput) 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 *CreateOidcAppOutput) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *CreateOidcAppOutput) HasName() bool

HasName returns a boolean if a field has been set.

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