Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.76 KB

ResourceRemoteInfoOktaStandardRole.md

File metadata and controls

51 lines (28 loc) · 1.76 KB

ResourceRemoteInfoOktaStandardRole

Properties

Name Type Description Notes
RoleType string The type of the standard role.

Methods

NewResourceRemoteInfoOktaStandardRole

func NewResourceRemoteInfoOktaStandardRole(roleType string, ) *ResourceRemoteInfoOktaStandardRole

NewResourceRemoteInfoOktaStandardRole instantiates a new ResourceRemoteInfoOktaStandardRole 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

NewResourceRemoteInfoOktaStandardRoleWithDefaults

func NewResourceRemoteInfoOktaStandardRoleWithDefaults() *ResourceRemoteInfoOktaStandardRole

NewResourceRemoteInfoOktaStandardRoleWithDefaults instantiates a new ResourceRemoteInfoOktaStandardRole 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

GetRoleType

func (o *ResourceRemoteInfoOktaStandardRole) GetRoleType() string

GetRoleType returns the RoleType field if non-nil, zero value otherwise.

GetRoleTypeOk

func (o *ResourceRemoteInfoOktaStandardRole) GetRoleTypeOk() (*string, bool)

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

SetRoleType

func (o *ResourceRemoteInfoOktaStandardRole) SetRoleType(v string)

SetRoleType sets RoleType field to given value.

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