Name | Type | Description | Notes |
---|---|---|---|
Message | Pointer to ErrorMessageDto | [optional] | |
ClientMetadata | Pointer to map[string]string | Arbitrary key-value pairs. They will never be processed by the IdentityNow system but will be returned on completion of the violation check. | [optional] |
ViolationContexts | Pointer to []SodViolationContext | [optional] | |
ViolatedPolicies | Pointer to []SodPolicyDto | A list of the SOD policies that were violated. | [optional] |
func NewSodViolationCheckResult() *SodViolationCheckResult
NewSodViolationCheckResult instantiates a new SodViolationCheckResult 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 NewSodViolationCheckResultWithDefaults() *SodViolationCheckResult
NewSodViolationCheckResultWithDefaults instantiates a new SodViolationCheckResult 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 *SodViolationCheckResult) GetMessage() ErrorMessageDto
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *SodViolationCheckResult) GetMessageOk() (*ErrorMessageDto, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SodViolationCheckResult) SetMessage(v ErrorMessageDto)
SetMessage sets Message field to given value.
func (o *SodViolationCheckResult) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *SodViolationCheckResult) GetClientMetadata() map[string]string
GetClientMetadata returns the ClientMetadata field if non-nil, zero value otherwise.
func (o *SodViolationCheckResult) GetClientMetadataOk() (*map[string]string, bool)
GetClientMetadataOk returns a tuple with the ClientMetadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SodViolationCheckResult) SetClientMetadata(v map[string]string)
SetClientMetadata sets ClientMetadata field to given value.
func (o *SodViolationCheckResult) HasClientMetadata() bool
HasClientMetadata returns a boolean if a field has been set.
func (o *SodViolationCheckResult) SetClientMetadataNil(b bool)
SetClientMetadataNil sets the value for ClientMetadata to be an explicit nil
func (o *SodViolationCheckResult) UnsetClientMetadata()
UnsetClientMetadata ensures that no value is present for ClientMetadata, not even an explicit nil
func (o *SodViolationCheckResult) GetViolationContexts() []SodViolationContext
GetViolationContexts returns the ViolationContexts field if non-nil, zero value otherwise.
func (o *SodViolationCheckResult) GetViolationContextsOk() (*[]SodViolationContext, bool)
GetViolationContextsOk returns a tuple with the ViolationContexts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SodViolationCheckResult) SetViolationContexts(v []SodViolationContext)
SetViolationContexts sets ViolationContexts field to given value.
func (o *SodViolationCheckResult) HasViolationContexts() bool
HasViolationContexts returns a boolean if a field has been set.
func (o *SodViolationCheckResult) SetViolationContextsNil(b bool)
SetViolationContextsNil sets the value for ViolationContexts to be an explicit nil
func (o *SodViolationCheckResult) UnsetViolationContexts()
UnsetViolationContexts ensures that no value is present for ViolationContexts, not even an explicit nil
func (o *SodViolationCheckResult) GetViolatedPolicies() []SodPolicyDto
GetViolatedPolicies returns the ViolatedPolicies field if non-nil, zero value otherwise.
func (o *SodViolationCheckResult) GetViolatedPoliciesOk() (*[]SodPolicyDto, bool)
GetViolatedPoliciesOk returns a tuple with the ViolatedPolicies field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SodViolationCheckResult) SetViolatedPolicies(v []SodPolicyDto)
SetViolatedPolicies sets ViolatedPolicies field to given value.
func (o *SodViolationCheckResult) HasViolatedPolicies() bool
HasViolatedPolicies returns a boolean if a field has been set.
func (o *SodViolationCheckResult) SetViolatedPoliciesNil(b bool)
SetViolatedPoliciesNil sets the value for ViolatedPolicies to be an explicit nil
func (o *SodViolationCheckResult) UnsetViolatedPolicies()
UnsetViolatedPolicies ensures that no value is present for ViolatedPolicies, not even an explicit nil