Documentation ¶
Index ¶
- func CreateRevokeSignInSessionsResponseFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- type RevokeSignInSessionsRequestBuilder
- type RevokeSignInSessionsRequestBuilderPostOptions
- type RevokeSignInSessionsResponse
- func (m *RevokeSignInSessionsResponse) GetAdditionalData() map[string]interface{}
- func (m *RevokeSignInSessionsResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *RevokeSignInSessionsResponse) GetValue() *bool
- func (m *RevokeSignInSessionsResponse) IsNil() bool
- func (m *RevokeSignInSessionsResponse) Serialize(...) error
- func (m *RevokeSignInSessionsResponse) SetAdditionalData(value map[string]interface{})
- func (m *RevokeSignInSessionsResponse) SetValue(value *bool)
- type RevokeSignInSessionsResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRevokeSignInSessionsResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateRevokeSignInSessionsResponseFromDiscriminatorValue(parseNode i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, error)
CreateRevokeSignInSessionsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type RevokeSignInSessionsRequestBuilder ¶
type RevokeSignInSessionsRequestBuilder struct {
// contains filtered or unexported fields
}
RevokeSignInSessionsRequestBuilder provides operations to call the revokeSignInSessions method.
func NewRevokeSignInSessionsRequestBuilder ¶
func NewRevokeSignInSessionsRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *RevokeSignInSessionsRequestBuilder
NewRevokeSignInSessionsRequestBuilder instantiates a new RevokeSignInSessionsRequestBuilder and sets the default values.
func NewRevokeSignInSessionsRequestBuilderInternal ¶
func NewRevokeSignInSessionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *RevokeSignInSessionsRequestBuilder
NewRevokeSignInSessionsRequestBuilderInternal instantiates a new RevokeSignInSessionsRequestBuilder and sets the default values.
func (*RevokeSignInSessionsRequestBuilder) CreatePostRequestInformation ¶
func (m *RevokeSignInSessionsRequestBuilder) CreatePostRequestInformation(options *RevokeSignInSessionsRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action revokeSignInSessions
func (*RevokeSignInSessionsRequestBuilder) Post ¶
func (m *RevokeSignInSessionsRequestBuilder) Post(options *RevokeSignInSessionsRequestBuilderPostOptions) (RevokeSignInSessionsResponseable, error)
Post invoke action revokeSignInSessions
type RevokeSignInSessionsRequestBuilderPostOptions ¶
type RevokeSignInSessionsRequestBuilderPostOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
RevokeSignInSessionsRequestBuilderPostOptions options for Post
type RevokeSignInSessionsResponse ¶ added in v0.13.0
type RevokeSignInSessionsResponse struct {
// contains filtered or unexported fields
}
RevokeSignInSessionsResponse provides operations to call the revokeSignInSessions method.
func NewRevokeSignInSessionsResponse ¶ added in v0.13.0
func NewRevokeSignInSessionsResponse() *RevokeSignInSessionsResponse
NewRevokeSignInSessionsResponse instantiates a new revokeSignInSessionsResponse and sets the default values.
func (*RevokeSignInSessionsResponse) GetAdditionalData ¶ added in v0.13.0
func (m *RevokeSignInSessionsResponse) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*RevokeSignInSessionsResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *RevokeSignInSessionsResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*RevokeSignInSessionsResponse) GetValue ¶ added in v0.13.0
func (m *RevokeSignInSessionsResponse) GetValue() *bool
GetValue gets the value property value.
func (*RevokeSignInSessionsResponse) IsNil ¶ added in v0.13.0
func (m *RevokeSignInSessionsResponse) IsNil() bool
func (*RevokeSignInSessionsResponse) Serialize ¶ added in v0.13.0
func (m *RevokeSignInSessionsResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*RevokeSignInSessionsResponse) SetAdditionalData ¶ added in v0.13.0
func (m *RevokeSignInSessionsResponse) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*RevokeSignInSessionsResponse) SetValue ¶ added in v0.13.0
func (m *RevokeSignInSessionsResponse) SetValue(value *bool)
SetValue sets the value property value.
type RevokeSignInSessionsResponseable ¶ added in v0.13.0
type RevokeSignInSessionsResponseable interface { i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable GetValue() *bool SetValue(value *bool) }
RevokeSignInSessionsResponseable