Get Log Data Protection Policy Document Result
data class GetLogDataProtectionPolicyDocumentResult(val configuration: GetLogDataProtectionPolicyDocumentConfiguration? = null, val description: String? = null, val id: String, val json: String, val name: String, val statements: List<GetLogDataProtectionPolicyDocumentStatement>, val version: String? = null)
A collection of values returned by getLogDataProtectionPolicyDocument.
Constructors
Link copied to clipboard
constructor(configuration: GetLogDataProtectionPolicyDocumentConfiguration? = null, description: String? = null, id: String, json: String, name: String, statements: List<GetLogDataProtectionPolicyDocumentStatement>, version: String? = null)