GoogleApi.HealthCare.V1beta1.Model.EvaluateUserConsentsRequest (google_api_health_care v0.40.0) View Source
Evaluate a user's Consents for all matching User data mappings. Note: User data mappings are indexed asynchronously, causing slight delays between the time mappings are created or updated and when they are included in EvaluateUserConsents results.
Attributes
-
consentList(type:GoogleApi.HealthCare.V1beta1.Model.ConsentList.t, default:nil) - Optional. Specific Consents to evaluate the access request against. These Consents must have the sameuser_idas the User data mappings being evalauted, must exist in the currentconsent_store, and must have astateof eitherACTIVEorDRAFT. A maximum of 100 Consents can be provided here. If unspecified, allACTIVEunexpired Consents in the currentconsent_storewill be evaluated. -
pageSize(type:integer(), default:nil) - Optional. Limit on the number of User data mappings to return in a single response. If not specified, 100 is used. May not be larger than 1000. -
pageToken(type:String.t, default:nil) - Optional. Token to retrieve the next page of results, or empty to get the first page. -
requestAttributes(type:map(), default:nil) - Required. The values of request attributes associated with this access request. -
resourceAttributes(type:map(), default:nil) - Optional. The values of resource attributes associated with the resources being requested. If no values are specified, then all resources are queried. -
responseView(type:String.t, default:nil) - Optional. The view for EvaluateUserConsentsResponse. If unspecified, defaults toBASICand returnsconsentedasTRUEorFALSE. -
userId(type:String.t, default:nil) - Required. User ID to evaluate consents for.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.HealthCare.V1beta1.Model.EvaluateUserConsentsRequest{
consentList: GoogleApi.HealthCare.V1beta1.Model.ConsentList.t() | nil,
pageSize: integer() | nil,
pageToken: String.t() | nil,
requestAttributes: map() | nil,
resourceAttributes: map() | nil,
responseView: String.t() | nil,
userId: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.