objectscale_management_user (Data Source)
This datasource can be used to fetch details of Management Users from Dell ObjectScale.
Example Usage
/*
Copyright (c) 2025 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://mozilla.org/MPL/2.0/
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
# Example: Get all management users
data "objectscale_management_user" "all" {
}
# Example: Get management user by name
data "objectscale_management_user" "specific" {
name = "testlocaluser1"
}
Schema
Optional
name(String) Management user name.
Read-Only
id(String) Identifiermanagement_users(Attributes List) List of management user information. (see below for nested schema)
Nested Schema for management_users
Read-Only:
is_external_group(Boolean) If set to true, its a domain.is_locked(Boolean) If set to true, the user is locked.is_security_admin(Boolean) Flag indicating whether management user is Security Admin.is_system_admin(Boolean) Flag indicating whether management user is System Admin.is_system_monitor(Boolean) Flag indicating whether management user is System Monitor.last_time_password_changed(String) Value of last time password changed.user_id(String) User Id.