Struct RequestValidationResult
The result of the request validation.
Inherited Members
Namespace: Microsoft.Graph.Communications.Client.Authentication
Assembly: Microsoft.Graph.Communications.Client.dll
Syntax
public struct RequestValidationResult
Fields
IsValid
Indicates whether the request is valid.
Declaration
public bool IsValid
Field Value
Type | Description |
---|---|
Boolean |
TenantId
The tenant id for the incoming request.
Declaration
public string TenantId
Field Value
Type | Description |
---|---|
String |