UserBuilder Type
Constructors
| Constructor | Description |
|
|
Instance members
| Instance member | Description |
|
|
|
|
Full Usage:
this.For
Parameters:
UserConfig
f : unit -> UserConfig
Returns: UserConfig
Modifiers: inline |
|
Full Usage:
groups group
Parameters:
IGroup list
-
The IAM group to add the user to.
Returns: UserConfig
|
|
Full Usage:
managedPolicies policy
Parameters:
IManagedPolicy list
-
The managed policy to attach.
Returns: UserConfig
|
|
Full Usage:
password password
Parameters:
SecretValue
-
The user's password as a SecretValue.
Returns: UserConfig
|
|
Full Usage:
passwordResetRequired required
Parameters:
bool
-
True if password reset is required, false otherwise.
Returns: UserConfig
|
|
Full Usage:
path path
Parameters:
string
-
The path (e.g., "/division/team/").
Returns: UserConfig
|
|
Full Usage:
permissionsBoundary permissionsBoundary
Parameters:
IManagedPolicy
-
The managed policy to use as the permissions boundary.
Returns: UserConfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FsCDK