Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
Description | Pointer to NullableString | [optional] | |
Type | string | ||
OidcClientMetadata | Pointer to ListApplications200ResponseInnerOidcClientMetadata | [optional] | |
CustomClientMetadata | Pointer to ListApplications200ResponseInnerCustomClientMetadata | [optional] | |
IsThirdParty | Pointer to bool | [optional] | |
ProtectedAppMetadata | Pointer to CreateApplicationRequestProtectedAppMetadata | [optional] |
func NewCreateApplicationRequest(name string, type_ string, ) *CreateApplicationRequest
NewCreateApplicationRequest instantiates a new CreateApplicationRequest 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 NewCreateApplicationRequestWithDefaults() *CreateApplicationRequest
NewCreateApplicationRequestWithDefaults instantiates a new CreateApplicationRequest 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 *CreateApplicationRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateApplicationRequest) 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 *CreateApplicationRequest) SetName(v string)
SetName sets Name field to given value.
func (o *CreateApplicationRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CreateApplicationRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateApplicationRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CreateApplicationRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CreateApplicationRequest) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *CreateApplicationRequest) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *CreateApplicationRequest) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *CreateApplicationRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateApplicationRequest) SetType(v string)
SetType sets Type field to given value.
func (o *CreateApplicationRequest) GetOidcClientMetadata() ListApplications200ResponseInnerOidcClientMetadata
GetOidcClientMetadata returns the OidcClientMetadata field if non-nil, zero value otherwise.
func (o *CreateApplicationRequest) GetOidcClientMetadataOk() (*ListApplications200ResponseInnerOidcClientMetadata, bool)
GetOidcClientMetadataOk returns a tuple with the OidcClientMetadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateApplicationRequest) SetOidcClientMetadata(v ListApplications200ResponseInnerOidcClientMetadata)
SetOidcClientMetadata sets OidcClientMetadata field to given value.
func (o *CreateApplicationRequest) HasOidcClientMetadata() bool
HasOidcClientMetadata returns a boolean if a field has been set.
func (o *CreateApplicationRequest) GetCustomClientMetadata() ListApplications200ResponseInnerCustomClientMetadata
GetCustomClientMetadata returns the CustomClientMetadata field if non-nil, zero value otherwise.
func (o *CreateApplicationRequest) GetCustomClientMetadataOk() (*ListApplications200ResponseInnerCustomClientMetadata, bool)
GetCustomClientMetadataOk returns a tuple with the CustomClientMetadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateApplicationRequest) SetCustomClientMetadata(v ListApplications200ResponseInnerCustomClientMetadata)
SetCustomClientMetadata sets CustomClientMetadata field to given value.
func (o *CreateApplicationRequest) HasCustomClientMetadata() bool
HasCustomClientMetadata returns a boolean if a field has been set.
func (o *CreateApplicationRequest) GetIsThirdParty() bool
GetIsThirdParty returns the IsThirdParty field if non-nil, zero value otherwise.
func (o *CreateApplicationRequest) GetIsThirdPartyOk() (*bool, bool)
GetIsThirdPartyOk returns a tuple with the IsThirdParty field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateApplicationRequest) SetIsThirdParty(v bool)
SetIsThirdParty sets IsThirdParty field to given value.
func (o *CreateApplicationRequest) HasIsThirdParty() bool
HasIsThirdParty returns a boolean if a field has been set.
func (o *CreateApplicationRequest) GetProtectedAppMetadata() CreateApplicationRequestProtectedAppMetadata
GetProtectedAppMetadata returns the ProtectedAppMetadata field if non-nil, zero value otherwise.
func (o *CreateApplicationRequest) GetProtectedAppMetadataOk() (*CreateApplicationRequestProtectedAppMetadata, bool)
GetProtectedAppMetadataOk returns a tuple with the ProtectedAppMetadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateApplicationRequest) SetProtectedAppMetadata(v CreateApplicationRequestProtectedAppMetadata)
SetProtectedAppMetadata sets ProtectedAppMetadata field to given value.
func (o *CreateApplicationRequest) HasProtectedAppMetadata() bool
HasProtectedAppMetadata returns a boolean if a field has been set.