4.11.0
This commit is contained in:
@@ -167,6 +167,11 @@ func dataSourceUserGetAuditSchemaMake() map[string]*schema.Schema {
|
||||
Optional: true,
|
||||
Description: "find all audits after point in time (unixtime)",
|
||||
},
|
||||
"sort_by": {
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
Description: "sort by one of supported fields, format ±",
|
||||
},
|
||||
"timestamp_to": {
|
||||
Type: schema.TypeInt,
|
||||
Optional: true,
|
||||
@@ -416,12 +421,9 @@ func resourceUserSchemaMake() map[string]*schema.Schema {
|
||||
Description: "ID of user",
|
||||
},
|
||||
"emailaddress": {
|
||||
Type: schema.TypeList,
|
||||
Required: true,
|
||||
Elem: &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
},
|
||||
Description: "email addresses of the user",
|
||||
Type: schema.TypeString,
|
||||
Required: true,
|
||||
Description: "email address of the user",
|
||||
},
|
||||
"password": {
|
||||
Type: schema.TypeString,
|
||||
|
||||
Reference in New Issue
Block a user