File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -565,7 +565,9 @@ Optional:
565
565
566
566
Required:
567
567
568
- - ` type ` (String) Attestation policy type
568
+ - ` type ` (String) Attestation policy type. Type values:
569
+ - DEVICE_ATTEST_POLICY_TYPE_ACCEPT: Do not enforce attestation. All devices are marked as successfully attested.
570
+ - DEVICE_ATTEST_POLICY_TYPE_ENFORCE: Enforce attestation. Devices failing attestation are marked accordingly.
569
571
570
572
571
573
<a id =" nestedblock--device_policies--meta_data " ></a >
Original file line number Diff line number Diff line change @@ -47,9 +47,11 @@ func SetDeviceAttestationPolicySubResourceData(m []*models.DeviceAttestationPoli
47
47
func DeviceAttestationPolicy () map [string ]* schema.Schema {
48
48
return map [string ]* schema.Schema {
49
49
"type" : {
50
- Description : `Attestation policy type` ,
51
- Type : schema .TypeString ,
52
- Required : true ,
50
+ Description : `Attestation policy type. Type values:
51
+ - DEVICE_ATTEST_POLICY_TYPE_ACCEPT: Do not enforce attestation. All devices are marked as successfully attested.
52
+ - DEVICE_ATTEST_POLICY_TYPE_ENFORCE: Enforce attestation. Devices failing attestation are marked accordingly.` ,
53
+ Type : schema .TypeString ,
54
+ Required : true ,
53
55
},
54
56
}
55
57
}
You can’t perform that action at this time.
0 commit comments