Name | Type | Description | Notes |
---|---|---|---|
CfengineKeys | Pointer to []string | Certificates used by the agent | [optional] |
CfengineUser | Pointer to string | Local user account used by the agent | [optional] |
func NewNodeFullManagementTechnologyDetails() *NodeFullManagementTechnologyDetails
NewNodeFullManagementTechnologyDetails instantiates a new NodeFullManagementTechnologyDetails 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 NewNodeFullManagementTechnologyDetailsWithDefaults() *NodeFullManagementTechnologyDetails
NewNodeFullManagementTechnologyDetailsWithDefaults instantiates a new NodeFullManagementTechnologyDetails 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 *NodeFullManagementTechnologyDetails) GetCfengineKeys() []string
GetCfengineKeys returns the CfengineKeys field if non-nil, zero value otherwise.
func (o *NodeFullManagementTechnologyDetails) GetCfengineKeysOk() (*[]string, bool)
GetCfengineKeysOk returns a tuple with the CfengineKeys field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NodeFullManagementTechnologyDetails) SetCfengineKeys(v []string)
SetCfengineKeys sets CfengineKeys field to given value.
func (o *NodeFullManagementTechnologyDetails) HasCfengineKeys() bool
HasCfengineKeys returns a boolean if a field has been set.
func (o *NodeFullManagementTechnologyDetails) GetCfengineUser() string
GetCfengineUser returns the CfengineUser field if non-nil, zero value otherwise.
func (o *NodeFullManagementTechnologyDetails) GetCfengineUserOk() (*string, bool)
GetCfengineUserOk returns a tuple with the CfengineUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NodeFullManagementTechnologyDetails) SetCfengineUser(v string)
SetCfengineUser sets CfengineUser field to given value.
func (o *NodeFullManagementTechnologyDetails) HasCfengineUser() bool
HasCfengineUser returns a boolean if a field has been set.