Show / Hide Table of Contents

Class ExplainDataAccessResponse

List of consent scopes that are applicable to the explained access on a given resource.

Inheritance
object
ExplainDataAccessResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class ExplainDataAccessResponse : IDirectResponseSchema

Properties

ConsentScopes

List of applicable consent scopes. Sorted in order of actor such that scopes belonging to the same actor will be adjacent to each other in the list.

Declaration
[JsonProperty("consentScopes")]
public virtual IList<ExplainDataAccessConsentScope> ConsentScopes { get; set; }
Property Value
Type Description
IList<ExplainDataAccessConsentScope>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Warning

Warnings associated with this response. It inform user with exceeded scope limit errors.

Declaration
[JsonProperty("warning")]
public virtual string Warning { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX