Class ExplainDataAccessResponse
List of consent scopes that are applicable to the explained access on a given resource.
Implements
Inherited Members
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 |