Name | Type | Description | Notes |
---|---|---|---|
Realm | Pointer to string | [optional] | |
PublicKey | Pointer to string | [optional] | |
TokenService | Pointer to string | [optional] | |
AccountService | Pointer to string | [optional] | |
TokensNotBefore | Pointer to int32 | [optional] |
func NewPublishedRealmRepresentation() *PublishedRealmRepresentation
NewPublishedRealmRepresentation instantiates a new PublishedRealmRepresentation 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 NewPublishedRealmRepresentationWithDefaults() *PublishedRealmRepresentation
NewPublishedRealmRepresentationWithDefaults instantiates a new PublishedRealmRepresentation 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 *PublishedRealmRepresentation) GetRealm() string
GetRealm returns the Realm field if non-nil, zero value otherwise.
func (o *PublishedRealmRepresentation) GetRealmOk() (*string, bool)
GetRealmOk returns a tuple with the Realm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PublishedRealmRepresentation) SetRealm(v string)
SetRealm sets Realm field to given value.
func (o *PublishedRealmRepresentation) HasRealm() bool
HasRealm returns a boolean if a field has been set.
func (o *PublishedRealmRepresentation) GetPublicKey() string
GetPublicKey returns the PublicKey field if non-nil, zero value otherwise.
func (o *PublishedRealmRepresentation) GetPublicKeyOk() (*string, bool)
GetPublicKeyOk returns a tuple with the PublicKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PublishedRealmRepresentation) SetPublicKey(v string)
SetPublicKey sets PublicKey field to given value.
func (o *PublishedRealmRepresentation) HasPublicKey() bool
HasPublicKey returns a boolean if a field has been set.
func (o *PublishedRealmRepresentation) GetTokenService() string
GetTokenService returns the TokenService field if non-nil, zero value otherwise.
func (o *PublishedRealmRepresentation) GetTokenServiceOk() (*string, bool)
GetTokenServiceOk returns a tuple with the TokenService field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PublishedRealmRepresentation) SetTokenService(v string)
SetTokenService sets TokenService field to given value.
func (o *PublishedRealmRepresentation) HasTokenService() bool
HasTokenService returns a boolean if a field has been set.
func (o *PublishedRealmRepresentation) GetAccountService() string
GetAccountService returns the AccountService field if non-nil, zero value otherwise.
func (o *PublishedRealmRepresentation) GetAccountServiceOk() (*string, bool)
GetAccountServiceOk returns a tuple with the AccountService field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PublishedRealmRepresentation) SetAccountService(v string)
SetAccountService sets AccountService field to given value.
func (o *PublishedRealmRepresentation) HasAccountService() bool
HasAccountService returns a boolean if a field has been set.
func (o *PublishedRealmRepresentation) GetTokensNotBefore() int32
GetTokensNotBefore returns the TokensNotBefore field if non-nil, zero value otherwise.
func (o *PublishedRealmRepresentation) GetTokensNotBeforeOk() (*int32, bool)
GetTokensNotBeforeOk returns a tuple with the TokensNotBefore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PublishedRealmRepresentation) SetTokensNotBefore(v int32)
SetTokensNotBefore sets TokensNotBefore field to given value.
func (o *PublishedRealmRepresentation) HasTokensNotBefore() bool
HasTokensNotBefore returns a boolean if a field has been set.