Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.5 KB

SodViolationCheckResult.md

File metadata and controls

134 lines (73 loc) · 4.5 KB

SodViolationCheckResult

Properties

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 []BaseReferenceDto A list of the Policies that were violated [optional]

Methods

NewSodViolationCheckResult

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

NewSodViolationCheckResultWithDefaults

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

GetMessage

func (o *SodViolationCheckResult) GetMessage() ErrorMessageDto

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

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.

SetMessage

func (o *SodViolationCheckResult) SetMessage(v ErrorMessageDto)

SetMessage sets Message field to given value.

HasMessage

func (o *SodViolationCheckResult) HasMessage() bool

HasMessage returns a boolean if a field has been set.

GetClientMetadata

func (o *SodViolationCheckResult) GetClientMetadata() map[string]string

GetClientMetadata returns the ClientMetadata field if non-nil, zero value otherwise.

GetClientMetadataOk

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.

SetClientMetadata

func (o *SodViolationCheckResult) SetClientMetadata(v map[string]string)

SetClientMetadata sets ClientMetadata field to given value.

HasClientMetadata

func (o *SodViolationCheckResult) HasClientMetadata() bool

HasClientMetadata returns a boolean if a field has been set.

GetViolationContexts

func (o *SodViolationCheckResult) GetViolationContexts() []SodViolationContext

GetViolationContexts returns the ViolationContexts field if non-nil, zero value otherwise.

GetViolationContextsOk

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.

SetViolationContexts

func (o *SodViolationCheckResult) SetViolationContexts(v []SodViolationContext)

SetViolationContexts sets ViolationContexts field to given value.

HasViolationContexts

func (o *SodViolationCheckResult) HasViolationContexts() bool

HasViolationContexts returns a boolean if a field has been set.

GetViolatedPolicies

func (o *SodViolationCheckResult) GetViolatedPolicies() []BaseReferenceDto

GetViolatedPolicies returns the ViolatedPolicies field if non-nil, zero value otherwise.

GetViolatedPoliciesOk

func (o *SodViolationCheckResult) GetViolatedPoliciesOk() (*[]BaseReferenceDto, 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.

SetViolatedPolicies

func (o *SodViolationCheckResult) SetViolatedPolicies(v []BaseReferenceDto)

SetViolatedPolicies sets ViolatedPolicies field to given value.

HasViolatedPolicies

func (o *SodViolationCheckResult) HasViolatedPolicies() bool

HasViolatedPolicies returns a boolean if a field has been set.

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