google_api_iap v0.2.0 GoogleApi.IAP.V1.Api.V1 View Source
API calls for all endpoints tagged V1.
Link to this section Summary
Functions
Gets the access control policy for an Identity-Aware Proxy protected resource. More information about managing access via IAP can be found at: https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api
Gets the IAP settings on a particular IAP protected resource.
Sets the access control policy for an Identity-Aware Proxy protected resource. Replaces any existing policy. More information about managing access via IAP can be found at: https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api
Returns permissions that a caller has on the Identity-Aware Proxy protected resource. More information about managing access via IAP can be found at: https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api
Updates the IAP settings on a particular IAP protected resource. It
replaces all fields unless the update_mask is set.
Link to this section Functions
iap_get_iam_policy(connection, v1_id, optional_params \\ [], opts \\ [])
View Sourceiap_get_iam_policy(Tesla.Env.client(), String.t(), keyword(), keyword()) :: {:ok, GoogleApi.IAP.V1.Model.Policy.t()} | {:error, Tesla.Env.t()}
Gets the access control policy for an Identity-Aware Proxy protected resource. More information about managing access via IAP can be found at: https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api
Parameters
connection(type:GoogleApi.IAP.V1.Connection.t) - Connection to serverv1_id(type:String.t) - Part ofresource. REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.optional_params(type:keyword()) - Optional parameters:"$.xgafv"(type:String.t) - V1 error format.:access_token(type:String.t) - OAuth access token.:alt(type:String.t) - Data format for response.:callback(type:String.t) - JSONP:fields(type:String.t) - Selector specifying which fields to include in a partial response.:key(type:String.t) - 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(type:String.t) - OAuth 2.0 token for the current user.:prettyPrint(type:boolean()) - Returns response with indentations and line breaks.:quotaUser(type:String.t) - 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.:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart").:body(type:GoogleApi.IAP.V1.Model.GetIamPolicyRequest.t) -
opts(type:keyword()) - Call options
Returns
{:ok, %GoogleApi.IAP.V1.Model.Policy{}}on success{:error, info}on failure
iap_get_iap_settings(connection, v1_id, optional_params \\ [], opts \\ [])
View Sourceiap_get_iap_settings(Tesla.Env.client(), String.t(), keyword(), keyword()) :: {:ok, GoogleApi.IAP.V1.Model.IapSettings.t()} | {:error, Tesla.Env.t()}
Gets the IAP settings on a particular IAP protected resource.
Parameters
connection(type:GoogleApi.IAP.V1.Connection.t) - Connection to serverv1_id(type:String.t) - Part ofname. Required. The resource name for which to retrieve the settings. Authorization: Requires thegetSettingspermission for the associated resource.optional_params(type:keyword()) - Optional parameters:"$.xgafv"(type:String.t) - V1 error format.:access_token(type:String.t) - OAuth access token.:alt(type:String.t) - Data format for response.:callback(type:String.t) - JSONP:fields(type:String.t) - Selector specifying which fields to include in a partial response.:key(type:String.t) - 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(type:String.t) - OAuth 2.0 token for the current user.:prettyPrint(type:boolean()) - Returns response with indentations and line breaks.:quotaUser(type:String.t) - 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.:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart").
opts(type:keyword()) - Call options
Returns
{:ok, %GoogleApi.IAP.V1.Model.IapSettings{}}on success{:error, info}on failure
iap_set_iam_policy(connection, v1_id, optional_params \\ [], opts \\ [])
View Sourceiap_set_iam_policy(Tesla.Env.client(), String.t(), keyword(), keyword()) :: {:ok, GoogleApi.IAP.V1.Model.Policy.t()} | {:error, Tesla.Env.t()}
Sets the access control policy for an Identity-Aware Proxy protected resource. Replaces any existing policy. More information about managing access via IAP can be found at: https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api
Parameters
connection(type:GoogleApi.IAP.V1.Connection.t) - Connection to serverv1_id(type:String.t) - Part ofresource. REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.optional_params(type:keyword()) - Optional parameters:"$.xgafv"(type:String.t) - V1 error format.:access_token(type:String.t) - OAuth access token.:alt(type:String.t) - Data format for response.:callback(type:String.t) - JSONP:fields(type:String.t) - Selector specifying which fields to include in a partial response.:key(type:String.t) - 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(type:String.t) - OAuth 2.0 token for the current user.:prettyPrint(type:boolean()) - Returns response with indentations and line breaks.:quotaUser(type:String.t) - 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.:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart").:body(type:GoogleApi.IAP.V1.Model.SetIamPolicyRequest.t) -
opts(type:keyword()) - Call options
Returns
{:ok, %GoogleApi.IAP.V1.Model.Policy{}}on success{:error, info}on failure
iap_test_iam_permissions(connection, v1_id, optional_params \\ [], opts \\ [])
View Sourceiap_test_iam_permissions(Tesla.Env.client(), String.t(), keyword(), keyword()) :: {:ok, GoogleApi.IAP.V1.Model.TestIamPermissionsResponse.t()} | {:error, Tesla.Env.t()}
Returns permissions that a caller has on the Identity-Aware Proxy protected resource. More information about managing access via IAP can be found at: https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api
Parameters
connection(type:GoogleApi.IAP.V1.Connection.t) - Connection to serverv1_id(type:String.t) - Part ofresource. REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.optional_params(type:keyword()) - Optional parameters:"$.xgafv"(type:String.t) - V1 error format.:access_token(type:String.t) - OAuth access token.:alt(type:String.t) - Data format for response.:callback(type:String.t) - JSONP:fields(type:String.t) - Selector specifying which fields to include in a partial response.:key(type:String.t) - 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(type:String.t) - OAuth 2.0 token for the current user.:prettyPrint(type:boolean()) - Returns response with indentations and line breaks.:quotaUser(type:String.t) - 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.:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart").:body(type:GoogleApi.IAP.V1.Model.TestIamPermissionsRequest.t) -
opts(type:keyword()) - Call options
Returns
{:ok, %GoogleApi.IAP.V1.Model.TestIamPermissionsResponse{}}on success{:error, info}on failure
iap_update_iap_settings(connection, v1_id, optional_params \\ [], opts \\ [])
View Sourceiap_update_iap_settings(Tesla.Env.client(), String.t(), keyword(), keyword()) :: {:ok, GoogleApi.IAP.V1.Model.IapSettings.t()} | {:error, Tesla.Env.t()}
Updates the IAP settings on a particular IAP protected resource. It
replaces all fields unless the update_mask is set.
Parameters
connection(type:GoogleApi.IAP.V1.Connection.t) - Connection to serverv1_id(type:String.t) - Part ofiapSettings.name. Required. The resource name of the IAP protected resource.optional_params(type:keyword()) - Optional parameters:"$.xgafv"(type:String.t) - V1 error format.:access_token(type:String.t) - OAuth access token.:alt(type:String.t) - Data format for response.:callback(type:String.t) - JSONP:fields(type:String.t) - Selector specifying which fields to include in a partial response.:key(type:String.t) - 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(type:String.t) - OAuth 2.0 token for the current user.:prettyPrint(type:boolean()) - Returns response with indentations and line breaks.:quotaUser(type:String.t) - 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.:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart").:updateMask(type:String.t) - The field mask specifying which IAP settings should be updated. If omitted, the all of the settings are updated. See https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask:body(type:GoogleApi.IAP.V1.Model.IapSettings.t) -
opts(type:keyword()) - Call options
Returns
{:ok, %GoogleApi.IAP.V1.Model.IapSettings{}}on success{:error, info}on failure