Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.75 KB

AssociatedServerMediated.md

File metadata and controls

56 lines (31 loc) · 1.75 KB

AssociatedServerMediated

Properties

Name Type Description Notes
Trusted Pointer to []string A list of the authorization server IDs [optional]

Methods

NewAssociatedServerMediated

func NewAssociatedServerMediated() *AssociatedServerMediated

NewAssociatedServerMediated instantiates a new AssociatedServerMediated 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

NewAssociatedServerMediatedWithDefaults

func NewAssociatedServerMediatedWithDefaults() *AssociatedServerMediated

NewAssociatedServerMediatedWithDefaults instantiates a new AssociatedServerMediated 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

GetTrusted

func (o *AssociatedServerMediated) GetTrusted() []string

GetTrusted returns the Trusted field if non-nil, zero value otherwise.

GetTrustedOk

func (o *AssociatedServerMediated) GetTrustedOk() (*[]string, bool)

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

SetTrusted

func (o *AssociatedServerMediated) SetTrusted(v []string)

SetTrusted sets Trusted field to given value.

HasTrusted

func (o *AssociatedServerMediated) HasTrusted() bool

HasTrusted returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]