Show / Hide Table of Contents

Class GoogleCloudHealthcareV1beta1ConsentPolicy

Represents a user's consent in terms of the resources that can be accessed and under what conditions.

Inheritance
object
GoogleCloudHealthcareV1beta1ConsentPolicy
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 GoogleCloudHealthcareV1beta1ConsentPolicy : IDirectResponseSchema

Properties

AuthorizationRule

Required. The request conditions to meet to grant access. In addition to any supported comparison operators, authorization rules may have IN operator as well as at most 10 logical operators that are limited to AND (&&), OR (||).

Declaration
[JsonProperty("authorizationRule")]
public virtual Expr AuthorizationRule { get; set; }
Property Value
Type Description
Expr

ETag

The ETag of the item.

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

ResourceAttributes

The resources that this policy applies to. A resource is a match if it matches all the attributes listed here. If empty, this policy applies to all User data mappings for the given user.

Declaration
[JsonProperty("resourceAttributes")]
public virtual IList<Attribute> ResourceAttributes { get; set; }
Property Value
Type Description
IList<Attribute>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX