Show / Hide Table of Contents

Class ConsentAccessorScope

The accessor scope that describes who can access, for what purpose, in which environment.

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

Properties

Actor

An individual, group, or access role that identifies the accessor or a characteristic of the accessor. This can be a resource ID (such as {resourceType}/{id}) or an external URI. This value must be present.

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

ETag

The ETag of the item.

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

Environment

An abstract identifier that describes the environment or conditions under which the accessor is acting. If it's not specified, it applies to all environments.

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

Purpose

The intent of data use. If it's not specified, it applies to all purposes.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX