Class ConsentAccessorScope
The accessor scope that describes who can access, for what purpose, in which environment.
Implements
Inherited Members
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. Can be "*" if 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. Can be "*" if it applies to all purposes.
Declaration
[JsonProperty("purpose")]
public virtual string Purpose { get; set; }
Property Value
Type | Description |
---|---|
string |