Name | Type | Description | Notes |
---|---|---|---|
Issuer | string | ||
IdentityId | string | ||
Detail | map[string]interface{} | arbitrary |
func NewGetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner(issuer string, identityId string, detail map[string]interface{}, ) *GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner
NewGetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner instantiates a new GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner 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 NewGetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInnerWithDefaults() *GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner
NewGetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInnerWithDefaults instantiates a new GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner 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 *GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) GetIssuer() string
GetIssuer returns the Issuer field if non-nil, zero value otherwise.
func (o *GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) GetIssuerOk() (*string, bool)
GetIssuerOk returns a tuple with the Issuer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) SetIssuer(v string)
SetIssuer sets Issuer field to given value.
func (o *GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) GetIdentityId() string
GetIdentityId returns the IdentityId field if non-nil, zero value otherwise.
func (o *GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) GetIdentityIdOk() (*string, bool)
GetIdentityIdOk returns a tuple with the IdentityId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) SetIdentityId(v string)
SetIdentityId sets IdentityId field to given value.
func (o *GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) GetDetail() map[string]interface{}
GetDetail returns the Detail field if non-nil, zero value otherwise.
func (o *GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) GetDetailOk() (*map[string]interface{}, bool)
GetDetailOk returns a tuple with the Detail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) SetDetail(v map[string]interface{})
SetDetail sets Detail field to given value.