nutanix.UsersV2
Explore with Pulumi AI
Provides Nutanix resource to Create a User.
Create UsersV2 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new UsersV2(name: string, args: UsersV2Args, opts?: CustomResourceOptions);
@overload
def UsersV2(resource_name: str,
args: UsersV2Args,
opts: Optional[ResourceOptions] = None)
@overload
def UsersV2(resource_name: str,
opts: Optional[ResourceOptions] = None,
user_type: Optional[str] = None,
username: Optional[str] = None,
last_name: Optional[str] = None,
first_name: Optional[str] = None,
force_reset_password: Optional[bool] = None,
idp_id: Optional[str] = None,
additional_attributes: Optional[Sequence[UsersV2AdditionalAttributeArgs]] = None,
locale: Optional[str] = None,
middle_initial: Optional[str] = None,
password: Optional[str] = None,
region: Optional[str] = None,
status: Optional[str] = None,
email_id: Optional[str] = None,
display_name: Optional[str] = None)
func NewUsersV2(ctx *Context, name string, args UsersV2Args, opts ...ResourceOption) (*UsersV2, error)
public UsersV2(string name, UsersV2Args args, CustomResourceOptions? opts = null)
public UsersV2(String name, UsersV2Args args)
public UsersV2(String name, UsersV2Args args, CustomResourceOptions options)
type: nutanix:UsersV2
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args UsersV2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args UsersV2Args
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args UsersV2Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args UsersV2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args UsersV2Args
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var usersV2Resource = new Nutanix.UsersV2("usersV2Resource", new()
{
UserType = "string",
Username = "string",
LastName = "string",
FirstName = "string",
ForceResetPassword = false,
IdpId = "string",
AdditionalAttributes = new[]
{
new Nutanix.Inputs.UsersV2AdditionalAttributeArgs
{
Name = "string",
Value = 0,
},
},
Locale = "string",
MiddleInitial = "string",
Password = "string",
Region = "string",
Status = "string",
EmailId = "string",
DisplayName = "string",
});
example, err := nutanix.NewUsersV2(ctx, "usersV2Resource", &nutanix.UsersV2Args{
UserType: pulumi.String("string"),
Username: pulumi.String("string"),
LastName: pulumi.String("string"),
FirstName: pulumi.String("string"),
ForceResetPassword: pulumi.Bool(false),
IdpId: pulumi.String("string"),
AdditionalAttributes: nutanix.UsersV2AdditionalAttributeArray{
&nutanix.UsersV2AdditionalAttributeArgs{
Name: pulumi.String("string"),
Value: pulumi.Int(0),
},
},
Locale: pulumi.String("string"),
MiddleInitial: pulumi.String("string"),
Password: pulumi.String("string"),
Region: pulumi.String("string"),
Status: pulumi.String("string"),
EmailId: pulumi.String("string"),
DisplayName: pulumi.String("string"),
})
var usersV2Resource = new UsersV2("usersV2Resource", UsersV2Args.builder()
.userType("string")
.username("string")
.lastName("string")
.firstName("string")
.forceResetPassword(false)
.idpId("string")
.additionalAttributes(UsersV2AdditionalAttributeArgs.builder()
.name("string")
.value(0)
.build())
.locale("string")
.middleInitial("string")
.password("string")
.region("string")
.status("string")
.emailId("string")
.displayName("string")
.build());
users_v2_resource = nutanix.UsersV2("usersV2Resource",
user_type="string",
username="string",
last_name="string",
first_name="string",
force_reset_password=False,
idp_id="string",
additional_attributes=[{
"name": "string",
"value": 0,
}],
locale="string",
middle_initial="string",
password="string",
region="string",
status="string",
email_id="string",
display_name="string")
const usersV2Resource = new nutanix.UsersV2("usersV2Resource", {
userType: "string",
username: "string",
lastName: "string",
firstName: "string",
forceResetPassword: false,
idpId: "string",
additionalAttributes: [{
name: "string",
value: 0,
}],
locale: "string",
middleInitial: "string",
password: "string",
region: "string",
status: "string",
emailId: "string",
displayName: "string",
});
type: nutanix:UsersV2
properties:
additionalAttributes:
- name: string
value: 0
displayName: string
emailId: string
firstName: string
forceResetPassword: false
idpId: string
lastName: string
locale: string
middleInitial: string
password: string
region: string
status: string
userType: string
username: string
UsersV2 Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The UsersV2 resource accepts the following input properties:
- User
Type string - Enum:
$UNKNOWN
$REDACTED
LOCAL
SAML
LDAP
EXTERNAL
Type of the User.
- Enum:
- Username string
- Identifier for the User in the form an email address.
- Additional
Attributes List<PiersKarsenbarg. Nutanix. Inputs. Users V2Additional Attribute> - Any additional attribute for the User.
- Display
Name string - Display name for the User.
- Email
Id string - Email Id for the User.
- First
Name string - First name for the User.
- Force
Reset boolPassword - Idp
Id string - Identifier of the IDP for the User.
- Last
Name string - Last name for the User.
- Locale string
- Default locale for the User.
- Middle
Initial string - Middle name for the User.
- Password string
- Region string
- Default Region for the User.
- Status string
- Status of the User.
ACTIVE
: Denotes that the local User is active.INACTIVE
: Denotes that the local User is inactive and needs to be reactivated.
- Status of the User.
- User
Type string - Enum:
$UNKNOWN
$REDACTED
LOCAL
SAML
LDAP
EXTERNAL
Type of the User.
- Enum:
- Username string
- Identifier for the User in the form an email address.
- Additional
Attributes []UsersV2Additional Attribute Args - Any additional attribute for the User.
- Display
Name string - Display name for the User.
- Email
Id string - Email Id for the User.
- First
Name string - First name for the User.
- Force
Reset boolPassword - Idp
Id string - Identifier of the IDP for the User.
- Last
Name string - Last name for the User.
- Locale string
- Default locale for the User.
- Middle
Initial string - Middle name for the User.
- Password string
- Region string
- Default Region for the User.
- Status string
- Status of the User.
ACTIVE
: Denotes that the local User is active.INACTIVE
: Denotes that the local User is inactive and needs to be reactivated.
- Status of the User.
- user
Type String - Enum:
$UNKNOWN
$REDACTED
LOCAL
SAML
LDAP
EXTERNAL
Type of the User.
- Enum:
- username String
- Identifier for the User in the form an email address.
- additional
Attributes List<UsersV2Additional Attribute> - Any additional attribute for the User.
- display
Name String - Display name for the User.
- email
Id String - Email Id for the User.
- first
Name String - First name for the User.
- force
Reset BooleanPassword - idp
Id String - Identifier of the IDP for the User.
- last
Name String - Last name for the User.
- locale String
- Default locale for the User.
- middle
Initial String - Middle name for the User.
- password String
- region String
- Default Region for the User.
- status String
- Status of the User.
ACTIVE
: Denotes that the local User is active.INACTIVE
: Denotes that the local User is inactive and needs to be reactivated.
- Status of the User.
- user
Type string - Enum:
$UNKNOWN
$REDACTED
LOCAL
SAML
LDAP
EXTERNAL
Type of the User.
- Enum:
- username string
- Identifier for the User in the form an email address.
- additional
Attributes UsersV2Additional Attribute[] - Any additional attribute for the User.
- display
Name string - Display name for the User.
- email
Id string - Email Id for the User.
- first
Name string - First name for the User.
- force
Reset booleanPassword - idp
Id string - Identifier of the IDP for the User.
- last
Name string - Last name for the User.
- locale string
- Default locale for the User.
- middle
Initial string - Middle name for the User.
- password string
- region string
- Default Region for the User.
- status string
- Status of the User.
ACTIVE
: Denotes that the local User is active.INACTIVE
: Denotes that the local User is inactive and needs to be reactivated.
- Status of the User.
- user_
type str - Enum:
$UNKNOWN
$REDACTED
LOCAL
SAML
LDAP
EXTERNAL
Type of the User.
- Enum:
- username str
- Identifier for the User in the form an email address.
- additional_
attributes Sequence[UsersV2Additional Attribute Args] - Any additional attribute for the User.
- display_
name str - Display name for the User.
- email_
id str - Email Id for the User.
- first_
name str - First name for the User.
- force_
reset_ boolpassword - idp_
id str - Identifier of the IDP for the User.
- last_
name str - Last name for the User.
- locale str
- Default locale for the User.
- middle_
initial str - Middle name for the User.
- password str
- region str
- Default Region for the User.
- status str
- Status of the User.
ACTIVE
: Denotes that the local User is active.INACTIVE
: Denotes that the local User is inactive and needs to be reactivated.
- Status of the User.
- user
Type String - Enum:
$UNKNOWN
$REDACTED
LOCAL
SAML
LDAP
EXTERNAL
Type of the User.
- Enum:
- username String
- Identifier for the User in the form an email address.
- additional
Attributes List<Property Map> - Any additional attribute for the User.
- display
Name String - Display name for the User.
- email
Id String - Email Id for the User.
- first
Name String - First name for the User.
- force
Reset BooleanPassword - idp
Id String - Identifier of the IDP for the User.
- last
Name String - Last name for the User.
- locale String
- Default locale for the User.
- middle
Initial String - Middle name for the User.
- password String
- region String
- Default Region for the User.
- status String
- Status of the User.
ACTIVE
: Denotes that the local User is active.INACTIVE
: Denotes that the local User is inactive and needs to be reactivated.
- Status of the User.
Outputs
All input properties are implicitly available as output properties. Additionally, the UsersV2 resource produces the following output properties:
- Buckets
Access List<PiersKeys Karsenbarg. Nutanix. Outputs. Users V2Buckets Access Key> - Bucket Access Keys for the User.
- Created
By string - User or Service who created the User.
- Created
Time string - Creation time for the Bucket Access Key.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Login stringTime - Last successful logged in time for the User.
- Last
Updated stringTime - Last updated time of the User.
- Links
List<Piers
Karsenbarg. Nutanix. Outputs. Users V2Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Buckets
Access []UsersKeys V2Buckets Access Key - Bucket Access Keys for the User.
- Created
By string - User or Service who created the User.
- Created
Time string - Creation time for the Bucket Access Key.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Login stringTime - Last successful logged in time for the User.
- Last
Updated stringTime - Last updated time of the User.
- Links
[]Users
V2Link - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- buckets
Access List<UsersKeys V2Buckets Access Key> - Bucket Access Keys for the User.
- created
By String - User or Service who created the User.
- created
Time String - Creation time for the Bucket Access Key.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Login StringTime - Last successful logged in time for the User.
- last
Updated StringTime - Last updated time of the User.
- links
List<Users
V2Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- buckets
Access UsersKeys V2Buckets Access Key[] - Bucket Access Keys for the User.
- created
By string - User or Service who created the User.
- created
Time string - Creation time for the Bucket Access Key.
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Login stringTime - Last successful logged in time for the User.
- last
Updated stringTime - Last updated time of the User.
- links
Users
V2Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- buckets_
access_ Sequence[Userskeys V2Buckets Access Key] - Bucket Access Keys for the User.
- created_
by str - User or Service who created the User.
- created_
time str - Creation time for the Bucket Access Key.
- ext_
id str - A globally unique identifier of an instance that is suitable for external consumption.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
login_ strtime - Last successful logged in time for the User.
- last_
updated_ strtime - Last updated time of the User.
- links
Sequence[Users
V2Link] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- buckets
Access List<Property Map>Keys - Bucket Access Keys for the User.
- created
By String - User or Service who created the User.
- created
Time String - Creation time for the Bucket Access Key.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Login StringTime - Last successful logged in time for the User.
- last
Updated StringTime - Last updated time of the User.
- links List<Property Map>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
Look up Existing UsersV2 Resource
Get an existing UsersV2 resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: UsersV2State, opts?: CustomResourceOptions): UsersV2
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
additional_attributes: Optional[Sequence[UsersV2AdditionalAttributeArgs]] = None,
buckets_access_keys: Optional[Sequence[UsersV2BucketsAccessKeyArgs]] = None,
created_by: Optional[str] = None,
created_time: Optional[str] = None,
display_name: Optional[str] = None,
email_id: Optional[str] = None,
ext_id: Optional[str] = None,
first_name: Optional[str] = None,
force_reset_password: Optional[bool] = None,
idp_id: Optional[str] = None,
last_login_time: Optional[str] = None,
last_name: Optional[str] = None,
last_updated_time: Optional[str] = None,
links: Optional[Sequence[UsersV2LinkArgs]] = None,
locale: Optional[str] = None,
middle_initial: Optional[str] = None,
password: Optional[str] = None,
region: Optional[str] = None,
status: Optional[str] = None,
user_type: Optional[str] = None,
username: Optional[str] = None) -> UsersV2
func GetUsersV2(ctx *Context, name string, id IDInput, state *UsersV2State, opts ...ResourceOption) (*UsersV2, error)
public static UsersV2 Get(string name, Input<string> id, UsersV2State? state, CustomResourceOptions? opts = null)
public static UsersV2 get(String name, Output<String> id, UsersV2State state, CustomResourceOptions options)
resources: _: type: nutanix:UsersV2 get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Additional
Attributes List<PiersKarsenbarg. Nutanix. Inputs. Users V2Additional Attribute> - Any additional attribute for the User.
- Buckets
Access List<PiersKeys Karsenbarg. Nutanix. Inputs. Users V2Buckets Access Key> - Bucket Access Keys for the User.
- Created
By string - User or Service who created the User.
- Created
Time string - Creation time for the Bucket Access Key.
- Display
Name string - Display name for the User.
- Email
Id string - Email Id for the User.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- First
Name string - First name for the User.
- Force
Reset boolPassword - Idp
Id string - Identifier of the IDP for the User.
- Last
Login stringTime - Last successful logged in time for the User.
- Last
Name string - Last name for the User.
- Last
Updated stringTime - Last updated time of the User.
- Links
List<Piers
Karsenbarg. Nutanix. Inputs. Users V2Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Locale string
- Default locale for the User.
- Middle
Initial string - Middle name for the User.
- Password string
- Region string
- Default Region for the User.
- Status string
- Status of the User.
ACTIVE
: Denotes that the local User is active.INACTIVE
: Denotes that the local User is inactive and needs to be reactivated.
- Status of the User.
- User
Type string - Enum:
$UNKNOWN
$REDACTED
LOCAL
SAML
LDAP
EXTERNAL
Type of the User.
- Enum:
- Username string
- Identifier for the User in the form an email address.
- Additional
Attributes []UsersV2Additional Attribute Args - Any additional attribute for the User.
- Buckets
Access []UsersKeys V2Buckets Access Key Args - Bucket Access Keys for the User.
- Created
By string - User or Service who created the User.
- Created
Time string - Creation time for the Bucket Access Key.
- Display
Name string - Display name for the User.
- Email
Id string - Email Id for the User.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- First
Name string - First name for the User.
- Force
Reset boolPassword - Idp
Id string - Identifier of the IDP for the User.
- Last
Login stringTime - Last successful logged in time for the User.
- Last
Name string - Last name for the User.
- Last
Updated stringTime - Last updated time of the User.
- Links
[]Users
V2Link Args - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Locale string
- Default locale for the User.
- Middle
Initial string - Middle name for the User.
- Password string
- Region string
- Default Region for the User.
- Status string
- Status of the User.
ACTIVE
: Denotes that the local User is active.INACTIVE
: Denotes that the local User is inactive and needs to be reactivated.
- Status of the User.
- User
Type string - Enum:
$UNKNOWN
$REDACTED
LOCAL
SAML
LDAP
EXTERNAL
Type of the User.
- Enum:
- Username string
- Identifier for the User in the form an email address.
- additional
Attributes List<UsersV2Additional Attribute> - Any additional attribute for the User.
- buckets
Access List<UsersKeys V2Buckets Access Key> - Bucket Access Keys for the User.
- created
By String - User or Service who created the User.
- created
Time String - Creation time for the Bucket Access Key.
- display
Name String - Display name for the User.
- email
Id String - Email Id for the User.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- first
Name String - First name for the User.
- force
Reset BooleanPassword - idp
Id String - Identifier of the IDP for the User.
- last
Login StringTime - Last successful logged in time for the User.
- last
Name String - Last name for the User.
- last
Updated StringTime - Last updated time of the User.
- links
List<Users
V2Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- locale String
- Default locale for the User.
- middle
Initial String - Middle name for the User.
- password String
- region String
- Default Region for the User.
- status String
- Status of the User.
ACTIVE
: Denotes that the local User is active.INACTIVE
: Denotes that the local User is inactive and needs to be reactivated.
- Status of the User.
- user
Type String - Enum:
$UNKNOWN
$REDACTED
LOCAL
SAML
LDAP
EXTERNAL
Type of the User.
- Enum:
- username String
- Identifier for the User in the form an email address.
- additional
Attributes UsersV2Additional Attribute[] - Any additional attribute for the User.
- buckets
Access UsersKeys V2Buckets Access Key[] - Bucket Access Keys for the User.
- created
By string - User or Service who created the User.
- created
Time string - Creation time for the Bucket Access Key.
- display
Name string - Display name for the User.
- email
Id string - Email Id for the User.
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- first
Name string - First name for the User.
- force
Reset booleanPassword - idp
Id string - Identifier of the IDP for the User.
- last
Login stringTime - Last successful logged in time for the User.
- last
Name string - Last name for the User.
- last
Updated stringTime - Last updated time of the User.
- links
Users
V2Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- locale string
- Default locale for the User.
- middle
Initial string - Middle name for the User.
- password string
- region string
- Default Region for the User.
- status string
- Status of the User.
ACTIVE
: Denotes that the local User is active.INACTIVE
: Denotes that the local User is inactive and needs to be reactivated.
- Status of the User.
- user
Type string - Enum:
$UNKNOWN
$REDACTED
LOCAL
SAML
LDAP
EXTERNAL
Type of the User.
- Enum:
- username string
- Identifier for the User in the form an email address.
- additional_
attributes Sequence[UsersV2Additional Attribute Args] - Any additional attribute for the User.
- buckets_
access_ Sequence[Userskeys V2Buckets Access Key Args] - Bucket Access Keys for the User.
- created_
by str - User or Service who created the User.
- created_
time str - Creation time for the Bucket Access Key.
- display_
name str - Display name for the User.
- email_
id str - Email Id for the User.
- ext_
id str - A globally unique identifier of an instance that is suitable for external consumption.
- first_
name str - First name for the User.
- force_
reset_ boolpassword - idp_
id str - Identifier of the IDP for the User.
- last_
login_ strtime - Last successful logged in time for the User.
- last_
name str - Last name for the User.
- last_
updated_ strtime - Last updated time of the User.
- links
Sequence[Users
V2Link Args] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- locale str
- Default locale for the User.
- middle_
initial str - Middle name for the User.
- password str
- region str
- Default Region for the User.
- status str
- Status of the User.
ACTIVE
: Denotes that the local User is active.INACTIVE
: Denotes that the local User is inactive and needs to be reactivated.
- Status of the User.
- user_
type str - Enum:
$UNKNOWN
$REDACTED
LOCAL
SAML
LDAP
EXTERNAL
Type of the User.
- Enum:
- username str
- Identifier for the User in the form an email address.
- additional
Attributes List<Property Map> - Any additional attribute for the User.
- buckets
Access List<Property Map>Keys - Bucket Access Keys for the User.
- created
By String - User or Service who created the User.
- created
Time String - Creation time for the Bucket Access Key.
- display
Name String - Display name for the User.
- email
Id String - Email Id for the User.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- first
Name String - First name for the User.
- force
Reset BooleanPassword - idp
Id String - Identifier of the IDP for the User.
- last
Login StringTime - Last successful logged in time for the User.
- last
Name String - Last name for the User.
- last
Updated StringTime - Last updated time of the User.
- links List<Property Map>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- locale String
- Default locale for the User.
- middle
Initial String - Middle name for the User.
- password String
- region String
- Default Region for the User.
- status String
- Status of the User.
ACTIVE
: Denotes that the local User is active.INACTIVE
: Denotes that the local User is inactive and needs to be reactivated.
- Status of the User.
- user
Type String - Enum:
$UNKNOWN
$REDACTED
LOCAL
SAML
LDAP
EXTERNAL
Type of the User.
- Enum:
- username String
- Identifier for the User in the form an email address.
Supporting Types
UsersV2AdditionalAttribute, UsersV2AdditionalAttributeArgs
UsersV2BucketsAccessKey, UsersV2BucketsAccessKeyArgs
- Access
Key stringName - Name of the Bucket Access Key.
- Created
Time string - Creation time for the Bucket Access Key.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Links
List<Piers
Karsenbarg. Nutanix. Inputs. Users V2Buckets Access Key Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Secret
Access stringKey - Secret Access Key, it will be returned only during Bucket Access Key creation.
- User
Id string - User Identifier who owns the Bucket Access Key.
- Access
Key stringName - Name of the Bucket Access Key.
- Created
Time string - Creation time for the Bucket Access Key.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Links
[]Users
V2Buckets Access Key Link - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Secret
Access stringKey - Secret Access Key, it will be returned only during Bucket Access Key creation.
- User
Id string - User Identifier who owns the Bucket Access Key.
- access
Key StringName - Name of the Bucket Access Key.
- created
Time String - Creation time for the Bucket Access Key.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- links
List<Users
V2Buckets Access Key Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- secret
Access StringKey - Secret Access Key, it will be returned only during Bucket Access Key creation.
- user
Id String - User Identifier who owns the Bucket Access Key.
- access
Key stringName - Name of the Bucket Access Key.
- created
Time string - Creation time for the Bucket Access Key.
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- links
Users
V2Buckets Access Key Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- secret
Access stringKey - Secret Access Key, it will be returned only during Bucket Access Key creation.
- user
Id string - User Identifier who owns the Bucket Access Key.
- access_
key_ strname - Name of the Bucket Access Key.
- created_
time str - Creation time for the Bucket Access Key.
- ext_
id str - A globally unique identifier of an instance that is suitable for external consumption.
- links
Sequence[Users
V2Buckets Access Key Link] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- secret_
access_ strkey - Secret Access Key, it will be returned only during Bucket Access Key creation.
- user_
id str - User Identifier who owns the Bucket Access Key.
- access
Key StringName - Name of the Bucket Access Key.
- created
Time String - Creation time for the Bucket Access Key.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- links List<Property Map>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- secret
Access StringKey - Secret Access Key, it will be returned only during Bucket Access Key creation.
- user
Id String - User Identifier who owns the Bucket Access Key.
UsersV2BucketsAccessKeyLink, UsersV2BucketsAccessKeyLinkArgs
UsersV2Link, UsersV2LinkArgs
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.