Name | Type | Description | Notes |
---|---|---|---|
PkiAuthenticationexternalID | Pointer to int32 | The unique ID of the Authenticationexternal | [optional] |
SAuthenticationexternalDescription | string | The description of the Authenticationexternal | |
EAuthenticationexternalType | FieldEAuthenticationexternalType |
func NewAuthenticationexternalRequestCompound(sAuthenticationexternalDescription string, eAuthenticationexternalType FieldEAuthenticationexternalType, ) *AuthenticationexternalRequestCompound
NewAuthenticationexternalRequestCompound instantiates a new AuthenticationexternalRequestCompound 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 NewAuthenticationexternalRequestCompoundWithDefaults() *AuthenticationexternalRequestCompound
NewAuthenticationexternalRequestCompoundWithDefaults instantiates a new AuthenticationexternalRequestCompound 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 *AuthenticationexternalRequestCompound) GetPkiAuthenticationexternalID() int32
GetPkiAuthenticationexternalID returns the PkiAuthenticationexternalID field if non-nil, zero value otherwise.
func (o *AuthenticationexternalRequestCompound) GetPkiAuthenticationexternalIDOk() (*int32, bool)
GetPkiAuthenticationexternalIDOk returns a tuple with the PkiAuthenticationexternalID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticationexternalRequestCompound) SetPkiAuthenticationexternalID(v int32)
SetPkiAuthenticationexternalID sets PkiAuthenticationexternalID field to given value.
func (o *AuthenticationexternalRequestCompound) HasPkiAuthenticationexternalID() bool
HasPkiAuthenticationexternalID returns a boolean if a field has been set.
func (o *AuthenticationexternalRequestCompound) GetSAuthenticationexternalDescription() string
GetSAuthenticationexternalDescription returns the SAuthenticationexternalDescription field if non-nil, zero value otherwise.
func (o *AuthenticationexternalRequestCompound) GetSAuthenticationexternalDescriptionOk() (*string, bool)
GetSAuthenticationexternalDescriptionOk returns a tuple with the SAuthenticationexternalDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticationexternalRequestCompound) SetSAuthenticationexternalDescription(v string)
SetSAuthenticationexternalDescription sets SAuthenticationexternalDescription field to given value.
func (o *AuthenticationexternalRequestCompound) GetEAuthenticationexternalType() FieldEAuthenticationexternalType
GetEAuthenticationexternalType returns the EAuthenticationexternalType field if non-nil, zero value otherwise.
func (o *AuthenticationexternalRequestCompound) GetEAuthenticationexternalTypeOk() (*FieldEAuthenticationexternalType, bool)
GetEAuthenticationexternalTypeOk returns a tuple with the EAuthenticationexternalType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticationexternalRequestCompound) SetEAuthenticationexternalType(v FieldEAuthenticationexternalType)
SetEAuthenticationexternalType sets EAuthenticationexternalType field to given value.