Show / Hide Table of Contents

    Struct RequestValidationResult

    The result of the request validation.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    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
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.