Get Consent Result
data class GetConsentResult(val consentArtifact: String, val expireTime: String, val metadata: Map<String, String>, val name: String, val policies: List<GoogleCloudHealthcareV1beta1ConsentPolicyResponse>, val revisionCreateTime: String, val revisionId: String, val state: String, val ttl: String, val userId: String)
Constructors
Types
Properties
Link copied to clipboard
Link copied to clipboard
Optional. User-supplied key-value pairs used to organize Consent resources. Metadata keys must: - be between 1 and 63 characters long - have a UTF-8 encoding of maximum 128 bytes - begin with a letter - consist of up to 63 characters including lowercase letters, numeric characters, underscores, and dashes Metadata values must be: - be between 1 and 63 characters long - have a UTF-8 encoding of maximum 128 bytes - consist of up to 63 characters including lowercase letters, numeric characters, underscores, and dashes No more than 64 metadata entries can be associated with a given consent.
Link copied to clipboard