Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
ConsentAccessorScope |
ConsentAccessorScope.clone() |
ConsentAccessorScope |
ExplainDataAccessConsentScope.getAccessorScope()
The accessor scope that describes who can access, for what purpose, and in which environment.
|
ConsentAccessorScope |
ConsentAccessorScope.set(String fieldName,
Object value) |
ConsentAccessorScope |
ConsentAccessorScope.setActor(String actor)
An individual, group, or access role that identifies the accessor or a characteristic of the
accessor.
|
ConsentAccessorScope |
ConsentAccessorScope.setEnvironment(String environment)
An abstract identifier that describes the environment or conditions under which the accessor is
acting.
|
ConsentAccessorScope |
ConsentAccessorScope.setPurpose(String purpose)
The intent of data use.
|
Modifier and Type | Method and Description |
---|---|
List<ConsentAccessorScope> |
ExplainDataAccessConsentInfo.getMatchingAccessorScopes()
A list of all the matching accessor scopes of this consent policy that enforced
ExplainDataAccessConsentScope.accessor_scope.
|
Modifier and Type | Method and Description |
---|---|
ExplainDataAccessConsentScope |
ExplainDataAccessConsentScope.setAccessorScope(ConsentAccessorScope accessorScope)
The accessor scope that describes who can access, for what purpose, and in which environment.
|
Modifier and Type | Method and Description |
---|---|
ExplainDataAccessConsentInfo |
ExplainDataAccessConsentInfo.setMatchingAccessorScopes(List<ConsentAccessorScope> matchingAccessorScopes)
A list of all the matching accessor scopes of this consent policy that enforced
ExplainDataAccessConsentScope.accessor_scope.
|
Copyright © 2011–2024 Google. All rights reserved.