google_api_cloud_user_accounts v0.0.1 GoogleApi.CloudUserAccounts.Vm_alpha.Api.Groups View Source
API calls for all endpoints tagged Groups
.
Link to this section Summary
Functions
Adds users to the specified group
Deletes the specified Group resource
Returns the specified Group resource
Gets the access control policy for a resource. May be empty if no such policy or resource exists
Creates a Group resource in the specified project using the data included in the request
Retrieves the list of groups contained within the specified project
Removes users from the specified group
Sets the access control policy on the specified resource. Replaces any existing policy
Returns permissions that a caller has on the specified resource
Link to this section Functions
clouduseraccounts_groups_add_member(Tesla.Env.client, String.t, String.t, keyword) :: {:ok, GoogleApi.CloudUserAccounts.Vm_alpha.Model.Operation.t} | {:error, Tesla.Env.t}
Adds users to the specified group.
Parameters
- connection (GoogleApi.CloudUserAccounts.Vm_alpha.Connection): Connection to server
- project (String): Project ID for this request.
- group_name (String): Name of the group for this request.
opts (KeywordList): [optional] Optional parameters
- :alt (String): Data format for the response.
- :fields (String): Selector specifying which fields to include in a partial response.
- :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- :oauth_token (String): OAuth 2.0 token for the current user.
- :pretty_print (Boolean): Returns response with indentations and line breaks.
- :quota_user (String): Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.
- :user_ip (String): IP address of the site where the request originates. Use this if you want to enforce per-user limits.
- :body (GroupsAddMemberRequest):
Returns
{:ok, %GoogleApi.CloudUserAccounts.Vm_alpha.Model.Operation{}} on success {:error, info} on failure
clouduseraccounts_groups_delete(Tesla.Env.client, String.t, String.t, keyword) :: {:ok, GoogleApi.CloudUserAccounts.Vm_alpha.Model.Operation.t} | {:error, Tesla.Env.t}
Deletes the specified Group resource.
Parameters
- connection (GoogleApi.CloudUserAccounts.Vm_alpha.Connection): Connection to server
- project (String): Project ID for this request.
- group_name (String): Name of the Group resource to delete.
opts (KeywordList): [optional] Optional parameters
- :alt (String): Data format for the response.
- :fields (String): Selector specifying which fields to include in a partial response.
- :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- :oauth_token (String): OAuth 2.0 token for the current user.
- :pretty_print (Boolean): Returns response with indentations and line breaks.
- :quota_user (String): Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.
- :user_ip (String): IP address of the site where the request originates. Use this if you want to enforce per-user limits.
Returns
{:ok, %GoogleApi.CloudUserAccounts.Vm_alpha.Model.Operation{}} on success {:error, info} on failure
clouduseraccounts_groups_get(Tesla.Env.client, String.t, String.t, keyword) :: {:ok, GoogleApi.CloudUserAccounts.Vm_alpha.Model.Group.t} | {:error, Tesla.Env.t}
Returns the specified Group resource.
Parameters
- connection (GoogleApi.CloudUserAccounts.Vm_alpha.Connection): Connection to server
- project (String): Project ID for this request.
- group_name (String): Name of the Group resource to return.
opts (KeywordList): [optional] Optional parameters
- :alt (String): Data format for the response.
- :fields (String): Selector specifying which fields to include in a partial response.
- :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- :oauth_token (String): OAuth 2.0 token for the current user.
- :pretty_print (Boolean): Returns response with indentations and line breaks.
- :quota_user (String): Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.
- :user_ip (String): IP address of the site where the request originates. Use this if you want to enforce per-user limits.
Returns
{:ok, %GoogleApi.CloudUserAccounts.Vm_alpha.Model.Group{}} on success {:error, info} on failure
clouduseraccounts_groups_get_iam_policy(Tesla.Env.client, String.t, String.t, keyword) :: {:ok, GoogleApi.CloudUserAccounts.Vm_alpha.Model.Policy.t} | {:error, Tesla.Env.t}
Gets the access control policy for a resource. May be empty if no such policy or resource exists.
Parameters
- connection (GoogleApi.CloudUserAccounts.Vm_alpha.Connection): Connection to server
- project (String): Project ID for this request.
- resource (String): Name of the resource for this request.
opts (KeywordList): [optional] Optional parameters
- :alt (String): Data format for the response.
- :fields (String): Selector specifying which fields to include in a partial response.
- :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- :oauth_token (String): OAuth 2.0 token for the current user.
- :pretty_print (Boolean): Returns response with indentations and line breaks.
- :quota_user (String): Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.
- :user_ip (String): IP address of the site where the request originates. Use this if you want to enforce per-user limits.
Returns
{:ok, %GoogleApi.CloudUserAccounts.Vm_alpha.Model.Policy{}} on success {:error, info} on failure
clouduseraccounts_groups_insert(Tesla.Env.client, String.t, keyword) :: {:ok, GoogleApi.CloudUserAccounts.Vm_alpha.Model.Operation.t} | {:error, Tesla.Env.t}
Creates a Group resource in the specified project using the data included in the request.
Parameters
- connection (GoogleApi.CloudUserAccounts.Vm_alpha.Connection): Connection to server
- project (String): Project ID for this request.
opts (KeywordList): [optional] Optional parameters
- :alt (String): Data format for the response.
- :fields (String): Selector specifying which fields to include in a partial response.
- :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- :oauth_token (String): OAuth 2.0 token for the current user.
- :pretty_print (Boolean): Returns response with indentations and line breaks.
- :quota_user (String): Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.
- :user_ip (String): IP address of the site where the request originates. Use this if you want to enforce per-user limits.
- :body (Group):
Returns
{:ok, %GoogleApi.CloudUserAccounts.Vm_alpha.Model.Operation{}} on success {:error, info} on failure
clouduseraccounts_groups_list(Tesla.Env.client, String.t, keyword) :: {:ok, GoogleApi.CloudUserAccounts.Vm_alpha.Model.GroupList.t} | {:error, Tesla.Env.t}
Retrieves the list of groups contained within the specified project.
Parameters
- connection (GoogleApi.CloudUserAccounts.Vm_alpha.Connection): Connection to server
- project (String): Project ID for this request.
opts (KeywordList): [optional] Optional parameters
- :alt (String): Data format for the response.
- :fields (String): Selector specifying which fields to include in a partial response.
- :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- :oauth_token (String): OAuth 2.0 token for the current user.
- :pretty_print (Boolean): Returns response with indentations and line breaks.
- :quota_user (String): Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.
- :user_ip (String): IP address of the site where the request originates. Use this if you want to enforce per-user limits.
- :filter (String): Sets a filter expression for filtering listed resources, in the form filter={expression}. Your {expression} must be in the format: field_name comparison_string literal_string. The field_name is the name of the field you want to compare. Only atomic field types are supported (string, number, boolean). The comparison_string must be either eq (equals) or ne (not equals). The literal_string is the string value to filter to. The literal value must be valid for the type of field you are filtering by (string, number, boolean). For string fields, the literal value is interpreted as a regular expression using RE2 syntax. The literal value must match the entire field. For example, to filter for instances that do not have a name of example-instance, you would use filter=name ne example-instance. Compute Engine Beta API Only: If you use filtering in the Beta API, you can also filter on nested fields. For example, you could filter on instances that have set the scheduling.automaticRestart field to true. In particular, use filtering on nested fields to take advantage of instance labels to organize and filter results based on label values. The Beta API also supports filtering on multiple expressions by providing each separate expression within parentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple expressions are treated as AND expressions, meaning that resources must match all expressions to pass the filters.
- :max_results (Integer): The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests.
- :order_by (String): Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by name or creationTimestamp desc is supported.
- :page_token (String): Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
Returns
{:ok, %GoogleApi.CloudUserAccounts.Vm_alpha.Model.GroupList{}} on success {:error, info} on failure
clouduseraccounts_groups_remove_member(Tesla.Env.client, String.t, String.t, keyword) :: {:ok, GoogleApi.CloudUserAccounts.Vm_alpha.Model.Operation.t} | {:error, Tesla.Env.t}
Removes users from the specified group.
Parameters
- connection (GoogleApi.CloudUserAccounts.Vm_alpha.Connection): Connection to server
- project (String): Project ID for this request.
- group_name (String): Name of the group for this request.
opts (KeywordList): [optional] Optional parameters
- :alt (String): Data format for the response.
- :fields (String): Selector specifying which fields to include in a partial response.
- :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- :oauth_token (String): OAuth 2.0 token for the current user.
- :pretty_print (Boolean): Returns response with indentations and line breaks.
- :quota_user (String): Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.
- :user_ip (String): IP address of the site where the request originates. Use this if you want to enforce per-user limits.
- :body (GroupsRemoveMemberRequest):
Returns
{:ok, %GoogleApi.CloudUserAccounts.Vm_alpha.Model.Operation{}} on success {:error, info} on failure
clouduseraccounts_groups_set_iam_policy(Tesla.Env.client, String.t, String.t, keyword) :: {:ok, GoogleApi.CloudUserAccounts.Vm_alpha.Model.Policy.t} | {:error, Tesla.Env.t}
Sets the access control policy on the specified resource. Replaces any existing policy.
Parameters
- connection (GoogleApi.CloudUserAccounts.Vm_alpha.Connection): Connection to server
- project (String): Project ID for this request.
- resource (String): Name of the resource for this request.
opts (KeywordList): [optional] Optional parameters
- :alt (String): Data format for the response.
- :fields (String): Selector specifying which fields to include in a partial response.
- :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- :oauth_token (String): OAuth 2.0 token for the current user.
- :pretty_print (Boolean): Returns response with indentations and line breaks.
- :quota_user (String): Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.
- :user_ip (String): IP address of the site where the request originates. Use this if you want to enforce per-user limits.
- :body (Policy):
Returns
{:ok, %GoogleApi.CloudUserAccounts.Vm_alpha.Model.Policy{}} on success {:error, info} on failure
clouduseraccounts_groups_test_iam_permissions(Tesla.Env.client, String.t, String.t, keyword) :: {:ok, GoogleApi.CloudUserAccounts.Vm_alpha.Model.TestPermissionsResponse.t} | {:error, Tesla.Env.t}
Returns permissions that a caller has on the specified resource.
Parameters
- connection (GoogleApi.CloudUserAccounts.Vm_alpha.Connection): Connection to server
- project (String): Project ID for this request.
- resource (String): Name of the resource for this request.
opts (KeywordList): [optional] Optional parameters
- :alt (String): Data format for the response.
- :fields (String): Selector specifying which fields to include in a partial response.
- :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- :oauth_token (String): OAuth 2.0 token for the current user.
- :pretty_print (Boolean): Returns response with indentations and line breaks.
- :quota_user (String): Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.
- :user_ip (String): IP address of the site where the request originates. Use this if you want to enforce per-user limits.
- :body (TestPermissionsRequest):
Returns
{:ok, %GoogleApi.CloudUserAccounts.Vm_alpha.Model.TestPermissionsResponse{}} on success {:error, info} on failure