Name | Type | Description | Notes |
---|---|---|---|
AgentBlueprintStoreId | Pointer to string | [optional] | |
AgentBlueprintId | Pointer to string | [optional] | |
StorePath | Pointer to string | [optional] | |
ContainerId | Pointer to int32 | [optional] | |
CertStoreType | Pointer to int32 | [optional] | |
CertStoreTypeName | Pointer to string | [optional] | |
Approved | Pointer to bool | [optional] | |
CreateIfMissing | Pointer to bool | [optional] | |
Properties | Pointer to string | [optional] |
func NewKeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse() *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse
NewKeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse instantiates a new KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse 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 NewKeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponseWithDefaults() *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse
NewKeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponseWithDefaults instantiates a new KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse 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 *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetAgentBlueprintStoreId() string
GetAgentBlueprintStoreId returns the AgentBlueprintStoreId field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetAgentBlueprintStoreIdOk() (*string, bool)
GetAgentBlueprintStoreIdOk returns a tuple with the AgentBlueprintStoreId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) SetAgentBlueprintStoreId(v string)
SetAgentBlueprintStoreId sets AgentBlueprintStoreId field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) HasAgentBlueprintStoreId() bool
HasAgentBlueprintStoreId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetAgentBlueprintId() string
GetAgentBlueprintId returns the AgentBlueprintId field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetAgentBlueprintIdOk() (*string, bool)
GetAgentBlueprintIdOk returns a tuple with the AgentBlueprintId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) SetAgentBlueprintId(v string)
SetAgentBlueprintId sets AgentBlueprintId field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) HasAgentBlueprintId() bool
HasAgentBlueprintId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetStorePath() string
GetStorePath returns the StorePath field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetStorePathOk() (*string, bool)
GetStorePathOk returns a tuple with the StorePath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) SetStorePath(v string)
SetStorePath sets StorePath field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) HasStorePath() bool
HasStorePath returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetContainerId() int32
GetContainerId returns the ContainerId field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetContainerIdOk() (*int32, bool)
GetContainerIdOk returns a tuple with the ContainerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) SetContainerId(v int32)
SetContainerId sets ContainerId field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) HasContainerId() bool
HasContainerId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetCertStoreType() int32
GetCertStoreType returns the CertStoreType field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetCertStoreTypeOk() (*int32, bool)
GetCertStoreTypeOk returns a tuple with the CertStoreType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) SetCertStoreType(v int32)
SetCertStoreType sets CertStoreType field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) HasCertStoreType() bool
HasCertStoreType returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetCertStoreTypeName() string
GetCertStoreTypeName returns the CertStoreTypeName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetCertStoreTypeNameOk() (*string, bool)
GetCertStoreTypeNameOk returns a tuple with the CertStoreTypeName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) SetCertStoreTypeName(v string)
SetCertStoreTypeName sets CertStoreTypeName field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) HasCertStoreTypeName() bool
HasCertStoreTypeName returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetApproved() bool
GetApproved returns the Approved field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetApprovedOk() (*bool, bool)
GetApprovedOk returns a tuple with the Approved field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) SetApproved(v bool)
SetApproved sets Approved field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) HasApproved() bool
HasApproved returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetCreateIfMissing() bool
GetCreateIfMissing returns the CreateIfMissing field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetCreateIfMissingOk() (*bool, bool)
GetCreateIfMissingOk returns a tuple with the CreateIfMissing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) SetCreateIfMissing(v bool)
SetCreateIfMissing sets CreateIfMissing field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) HasCreateIfMissing() bool
HasCreateIfMissing returns a boolean if a field has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetProperties() string
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) GetPropertiesOk() (*string, bool)
GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) SetProperties(v string)
SetProperties sets Properties field to given value.
func (o *KeyfactorApiModelsOrchestratorsAgentBlueprintStoresResponse) HasProperties() bool
HasProperties returns a boolean if a field has been set.