Show / Hide Table of Contents

Struct RequestValidationResult

The result of the request validation.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Microsoft.Graph.StatefulClient.Authentication
Assembly: Microsoft.Graph.StatefulClient.dll
Syntax
public struct RequestValidationResult

Fields

View Source

IsValid

Indicates whether the request is valid.

Declaration
public bool IsValid
Field Value
Type Description
System.Boolean
View Source

TenantId

The tenant for the incoming request.

Declaration
public string TenantId
Field Value
Type Description
System.String

Extension Methods

GraphModelExtensions.SetInAdditionalData(Object, String, Object)
  • View Source
Back to top Generated by DocFX