Name | Type | Description | Notes |
---|---|---|---|
CredentialIssuer | Pointer to string | [optional] | |
AuthorizationServer | Pointer to string | [optional] | |
CredentialEndpoint | Pointer to string | [optional] | |
BatchCredentialEndpoint | Pointer to string | [optional] | |
DeferredCredentialEndpoint | Pointer to string | [optional] | |
CredentialsSupported | Pointer to string | [optional] | |
Empty | Pointer to bool | [optional] |
func NewCredentialIssuerMetadata() *CredentialIssuerMetadata
NewCredentialIssuerMetadata instantiates a new CredentialIssuerMetadata 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 NewCredentialIssuerMetadataWithDefaults() *CredentialIssuerMetadata
NewCredentialIssuerMetadataWithDefaults instantiates a new CredentialIssuerMetadata 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 *CredentialIssuerMetadata) GetCredentialIssuer() string
GetCredentialIssuer returns the CredentialIssuer field if non-nil, zero value otherwise.
func (o *CredentialIssuerMetadata) GetCredentialIssuerOk() (*string, bool)
GetCredentialIssuerOk returns a tuple with the CredentialIssuer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CredentialIssuerMetadata) SetCredentialIssuer(v string)
SetCredentialIssuer sets CredentialIssuer field to given value.
func (o *CredentialIssuerMetadata) HasCredentialIssuer() bool
HasCredentialIssuer returns a boolean if a field has been set.
func (o *CredentialIssuerMetadata) GetAuthorizationServer() string
GetAuthorizationServer returns the AuthorizationServer field if non-nil, zero value otherwise.
func (o *CredentialIssuerMetadata) GetAuthorizationServerOk() (*string, bool)
GetAuthorizationServerOk returns a tuple with the AuthorizationServer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CredentialIssuerMetadata) SetAuthorizationServer(v string)
SetAuthorizationServer sets AuthorizationServer field to given value.
func (o *CredentialIssuerMetadata) HasAuthorizationServer() bool
HasAuthorizationServer returns a boolean if a field has been set.
func (o *CredentialIssuerMetadata) GetCredentialEndpoint() string
GetCredentialEndpoint returns the CredentialEndpoint field if non-nil, zero value otherwise.
func (o *CredentialIssuerMetadata) GetCredentialEndpointOk() (*string, bool)
GetCredentialEndpointOk returns a tuple with the CredentialEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CredentialIssuerMetadata) SetCredentialEndpoint(v string)
SetCredentialEndpoint sets CredentialEndpoint field to given value.
func (o *CredentialIssuerMetadata) HasCredentialEndpoint() bool
HasCredentialEndpoint returns a boolean if a field has been set.
func (o *CredentialIssuerMetadata) GetBatchCredentialEndpoint() string
GetBatchCredentialEndpoint returns the BatchCredentialEndpoint field if non-nil, zero value otherwise.
func (o *CredentialIssuerMetadata) GetBatchCredentialEndpointOk() (*string, bool)
GetBatchCredentialEndpointOk returns a tuple with the BatchCredentialEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CredentialIssuerMetadata) SetBatchCredentialEndpoint(v string)
SetBatchCredentialEndpoint sets BatchCredentialEndpoint field to given value.
func (o *CredentialIssuerMetadata) HasBatchCredentialEndpoint() bool
HasBatchCredentialEndpoint returns a boolean if a field has been set.
func (o *CredentialIssuerMetadata) GetDeferredCredentialEndpoint() string
GetDeferredCredentialEndpoint returns the DeferredCredentialEndpoint field if non-nil, zero value otherwise.
func (o *CredentialIssuerMetadata) GetDeferredCredentialEndpointOk() (*string, bool)
GetDeferredCredentialEndpointOk returns a tuple with the DeferredCredentialEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CredentialIssuerMetadata) SetDeferredCredentialEndpoint(v string)
SetDeferredCredentialEndpoint sets DeferredCredentialEndpoint field to given value.
func (o *CredentialIssuerMetadata) HasDeferredCredentialEndpoint() bool
HasDeferredCredentialEndpoint returns a boolean if a field has been set.
func (o *CredentialIssuerMetadata) GetCredentialsSupported() string
GetCredentialsSupported returns the CredentialsSupported field if non-nil, zero value otherwise.
func (o *CredentialIssuerMetadata) GetCredentialsSupportedOk() (*string, bool)
GetCredentialsSupportedOk returns a tuple with the CredentialsSupported field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CredentialIssuerMetadata) SetCredentialsSupported(v string)
SetCredentialsSupported sets CredentialsSupported field to given value.
func (o *CredentialIssuerMetadata) HasCredentialsSupported() bool
HasCredentialsSupported returns a boolean if a field has been set.
func (o *CredentialIssuerMetadata) GetEmpty() bool
GetEmpty returns the Empty field if non-nil, zero value otherwise.
func (o *CredentialIssuerMetadata) GetEmptyOk() (*bool, bool)
GetEmptyOk returns a tuple with the Empty field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CredentialIssuerMetadata) SetEmpty(v bool)
SetEmpty sets Empty field to given value.
func (o *CredentialIssuerMetadata) HasEmpty() bool
HasEmpty returns a boolean if a field has been set.