Using getIamUsersAffectedByMovingGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getIamUsersAffectedByMovingGroup(args: GetIamUsersAffectedByMovingGroupArgs, opts?: InvokeOptions): Promise<GetIamUsersAffectedByMovingGroupResult>
function getIamUsersAffectedByMovingGroupOutput(args: GetIamUsersAffectedByMovingGroupOutputArgs, opts?: InvokeOptions): Output<GetIamUsersAffectedByMovingGroupResult>def get_iam_users_affected_by_moving_group(destination_group_id: Optional[int] = None,
source_group_id: Optional[int] = None,
user_type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIamUsersAffectedByMovingGroupResult
def get_iam_users_affected_by_moving_group_output(destination_group_id: Optional[pulumi.Input[int]] = None,
source_group_id: Optional[pulumi.Input[int]] = None,
user_type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIamUsersAffectedByMovingGroupResult]func GetIamUsersAffectedByMovingGroup(ctx *Context, args *GetIamUsersAffectedByMovingGroupArgs, opts ...InvokeOption) (*GetIamUsersAffectedByMovingGroupResult, error)
func GetIamUsersAffectedByMovingGroupOutput(ctx *Context, args *GetIamUsersAffectedByMovingGroupOutputArgs, opts ...InvokeOption) GetIamUsersAffectedByMovingGroupResultOutput> Note: This function is named GetIamUsersAffectedByMovingGroup in the Go SDK.
public static class GetIamUsersAffectedByMovingGroup
{
public static Task<GetIamUsersAffectedByMovingGroupResult> InvokeAsync(GetIamUsersAffectedByMovingGroupArgs args, InvokeOptions? opts = null)
public static Output<GetIamUsersAffectedByMovingGroupResult> Invoke(GetIamUsersAffectedByMovingGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIamUsersAffectedByMovingGroupResult> getIamUsersAffectedByMovingGroup(GetIamUsersAffectedByMovingGroupArgs args, InvokeOptions options)
public static Output<GetIamUsersAffectedByMovingGroupResult> getIamUsersAffectedByMovingGroup(GetIamUsersAffectedByMovingGroupArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getIamUsersAffectedByMovingGroup:getIamUsersAffectedByMovingGroup
arguments:
# arguments dictionaryThe following arguments are supported:
- Destination
Group intId - Source
Group intId - User
Type string
- Destination
Group intId - Source
Group intId - User
Type string
- destination
Group IntegerId - source
Group IntegerId - user
Type String
- destination
Group numberId - source
Group numberId - user
Type string
- destination_
group_ intid - source_
group_ intid - user_
type str
- destination
Group NumberId - source
Group NumberId - user
Type String
getIamUsersAffectedByMovingGroup Result
The following output properties are available:
- Destination
Group intId - Id string
- The provider-assigned unique ID for this managed resource.
- Source
Group intId - Users
List<Get
Iam Users Affected By Moving Group User> - User
Type string
- Destination
Group intId - Id string
- The provider-assigned unique ID for this managed resource.
- Source
Group intId - Users
[]Get
Iam Users Affected By Moving Group User - User
Type string
- destination
Group IntegerId - id String
- The provider-assigned unique ID for this managed resource.
- source
Group IntegerId - users
List<Get
Iam Users Affected By Moving Group User> - user
Type String
- destination
Group numberId - id string
- The provider-assigned unique ID for this managed resource.
- source
Group numberId - users
Get
Iam Users Affected By Moving Group User[] - user
Type string
- destination_
group_ intid - id str
- The provider-assigned unique ID for this managed resource.
- source_
group_ intid - users
Sequence[Get
Iam Users Affected By Moving Group User] - user_
type str
- destination
Group NumberId - id String
- The provider-assigned unique ID for this managed resource.
- source
Group NumberId - users List<Property Map>
- user
Type String
Supporting Types
GetIamUsersAffectedByMovingGroupUser
- Account
Id string - Unique identifier for each account.
- Email string
- The user's email address.
- First
Name string - The user's first name.
- Last
Login stringDate - ISO 8601 timestamp indicating when the user last logged in.
- Last
Name string - The user's surname.
- Ui
Identity stringId - Unique identifier for each user, which corresponds to their Control Center profile or client ID. Also known as a contactId in other APIs.
- Ui
Username string - The user's username in Control Center.
- Account
Id string - Unique identifier for each account.
- Email string
- The user's email address.
- First
Name string - The user's first name.
- Last
Login stringDate - ISO 8601 timestamp indicating when the user last logged in.
- Last
Name string - The user's surname.
- Ui
Identity stringId - Unique identifier for each user, which corresponds to their Control Center profile or client ID. Also known as a contactId in other APIs.
- Ui
Username string - The user's username in Control Center.
- account
Id String - Unique identifier for each account.
- email String
- The user's email address.
- first
Name String - The user's first name.
- last
Login StringDate - ISO 8601 timestamp indicating when the user last logged in.
- last
Name String - The user's surname.
- ui
Identity StringId - Unique identifier for each user, which corresponds to their Control Center profile or client ID. Also known as a contactId in other APIs.
- ui
Username String - The user's username in Control Center.
- account
Id string - Unique identifier for each account.
- email string
- The user's email address.
- first
Name string - The user's first name.
- last
Login stringDate - ISO 8601 timestamp indicating when the user last logged in.
- last
Name string - The user's surname.
- ui
Identity stringId - Unique identifier for each user, which corresponds to their Control Center profile or client ID. Also known as a contactId in other APIs.
- ui
Username string - The user's username in Control Center.
- account_
id str - Unique identifier for each account.
- email str
- The user's email address.
- first_
name str - The user's first name.
- last_
login_ strdate - ISO 8601 timestamp indicating when the user last logged in.
- last_
name str - The user's surname.
- ui_
identity_ strid - Unique identifier for each user, which corresponds to their Control Center profile or client ID. Also known as a contactId in other APIs.
- ui_
username str - The user's username in Control Center.
- account
Id String - Unique identifier for each account.
- email String
- The user's email address.
- first
Name String - The user's first name.
- last
Login StringDate - ISO 8601 timestamp indicating when the user last logged in.
- last
Name String - The user's surname.
- ui
Identity StringId - Unique identifier for each user, which corresponds to their Control Center profile or client ID. Also known as a contactId in other APIs.
- ui
Username String - The user's username in Control Center.
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
