Skip to main content

SourceEntitlementRequestConfig

Properties

NameTypeDescriptionNotes
AccessRequestConfigPointer to EntitlementAccessRequestConfig[optional]
RevocationRequestConfigPointer to EntitlementRevocationRequestConfig[optional]

Methods

NewSourceEntitlementRequestConfig

func NewSourceEntitlementRequestConfig() *SourceEntitlementRequestConfig

NewSourceEntitlementRequestConfig instantiates a new SourceEntitlementRequestConfig 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

NewSourceEntitlementRequestConfigWithDefaults

func NewSourceEntitlementRequestConfigWithDefaults() *SourceEntitlementRequestConfig

NewSourceEntitlementRequestConfigWithDefaults instantiates a new SourceEntitlementRequestConfig 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

GetAccessRequestConfig

func (o *SourceEntitlementRequestConfig) GetAccessRequestConfig() EntitlementAccessRequestConfig

GetAccessRequestConfig returns the AccessRequestConfig field if non-nil, zero value otherwise.

GetAccessRequestConfigOk

func (o *SourceEntitlementRequestConfig) GetAccessRequestConfigOk() (*EntitlementAccessRequestConfig, bool)

GetAccessRequestConfigOk returns a tuple with the AccessRequestConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAccessRequestConfig

func (o *SourceEntitlementRequestConfig) SetAccessRequestConfig(v EntitlementAccessRequestConfig)

SetAccessRequestConfig sets AccessRequestConfig field to given value.

HasAccessRequestConfig

func (o *SourceEntitlementRequestConfig) HasAccessRequestConfig() bool

HasAccessRequestConfig returns a boolean if a field has been set.

GetRevocationRequestConfig

func (o *SourceEntitlementRequestConfig) GetRevocationRequestConfig() EntitlementRevocationRequestConfig

GetRevocationRequestConfig returns the RevocationRequestConfig field if non-nil, zero value otherwise.

GetRevocationRequestConfigOk

func (o *SourceEntitlementRequestConfig) GetRevocationRequestConfigOk() (*EntitlementRevocationRequestConfig, bool)

GetRevocationRequestConfigOk returns a tuple with the RevocationRequestConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRevocationRequestConfig

func (o *SourceEntitlementRequestConfig) SetRevocationRequestConfig(v EntitlementRevocationRequestConfig)

SetRevocationRequestConfig sets RevocationRequestConfig field to given value.

HasRevocationRequestConfig

func (o *SourceEntitlementRequestConfig) HasRevocationRequestConfig() bool

HasRevocationRequestConfig returns a boolean if a field has been set.