Summary of entries of Methods for iap.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient
IdentityAwareProxyAdminServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.iap_v1.services.identity_aware_proxy_admin_service.transports.base.IdentityAwareProxyAdminServiceTransport, typing.Callable[[...], google.cloud.iap_v1.services.identity_aware_proxy_admin_service.transports.base.IdentityAwareProxyAdminServiceTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the identity aware proxy admin service async client.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.create_tunnel_dest_group
create_tunnel_dest_group(
request: typing.Optional[
typing.Union[
google.cloud.iap_v1.types.service.CreateTunnelDestGroupRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
tunnel_dest_group: typing.Optional[
google.cloud.iap_v1.types.service.TunnelDestGroup
] = None,
tunnel_dest_group_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.iap_v1.types.service.TunnelDestGroup
Creates a new TunnelDestGroup.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.delete_tunnel_dest_group
delete_tunnel_dest_group(
request: typing.Optional[
typing.Union[
google.cloud.iap_v1.types.service.DeleteTunnelDestGroupRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Deletes a TunnelDestGroup.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.get_iam_policy
get_iam_policy(
request: typing.Optional[
typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets the access control policy for an Identity-Aware Proxy protected resource.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.get_iap_settings
get_iap_settings(
request: typing.Optional[
typing.Union[google.cloud.iap_v1.types.service.GetIapSettingsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.iap_v1.types.service.IapSettings
Gets the IAP settings on a particular IAP protected resource.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.get_transport_class
get_transport_class() -> (
typing.Type[
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.transports.base.IdentityAwareProxyAdminServiceTransport
]
)
Returns an appropriate transport class.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.get_tunnel_dest_group
get_tunnel_dest_group(
request: typing.Optional[
typing.Union[google.cloud.iap_v1.types.service.GetTunnelDestGroupRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.iap_v1.types.service.TunnelDestGroup
Retrieves an existing TunnelDestGroup.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.list_tunnel_dest_groups
list_tunnel_dest_groups(
request: typing.Optional[
typing.Union[
google.cloud.iap_v1.types.service.ListTunnelDestGroupsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.pagers.ListTunnelDestGroupsAsyncPager
)
Lists the existing TunnelDestGroups.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.parse_tunnel_dest_group_path
parse_tunnel_dest_group_path(path: str) -> typing.Dict[str, str]
Parses a tunnel_dest_group path into its component segments.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.parse_tunnel_location_path
parse_tunnel_location_path(path: str) -> typing.Dict[str, str]
Parses a tunnel_location path into its component segments.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.set_iam_policy
set_iam_policy(
request: typing.Optional[
typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Sets the access control policy for an Identity-Aware Proxy protected resource.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Returns permissions that a caller has on the Identity-Aware Proxy protected resource.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.tunnel_dest_group_path
tunnel_dest_group_path(project: str, location: str, dest_group: str) -> str
Returns a fully-qualified tunnel_dest_group string.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.tunnel_location_path
tunnel_location_path(project: str, location: str) -> str
Returns a fully-qualified tunnel_location string.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.update_iap_settings
update_iap_settings(
request: typing.Optional[
typing.Union[google.cloud.iap_v1.types.service.UpdateIapSettingsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.iap_v1.types.service.IapSettings
Updates the IAP settings on a particular IAP protected resource.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceAsyncClient.update_tunnel_dest_group
update_tunnel_dest_group(
request: typing.Optional[
typing.Union[
google.cloud.iap_v1.types.service.UpdateTunnelDestGroupRequest, dict
]
] = None,
*,
tunnel_dest_group: typing.Optional[
google.cloud.iap_v1.types.service.TunnelDestGroup
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.iap_v1.types.service.TunnelDestGroup
Updates a TunnelDestGroup.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient
IdentityAwareProxyAdminServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.iap_v1.services.identity_aware_proxy_admin_service.transports.base.IdentityAwareProxyAdminServiceTransport, typing.Callable[[...], google.cloud.iap_v1.services.identity_aware_proxy_admin_service.transports.base.IdentityAwareProxyAdminServiceTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the identity aware proxy admin service client.
See more: google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.create_tunnel_dest_group
create_tunnel_dest_group(
request: typing.Optional[
typing.Union[
google.cloud.iap_v1.types.service.CreateTunnelDestGroupRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
tunnel_dest_group: typing.Optional[
google.cloud.iap_v1.types.service.TunnelDestGroup
] = None,
tunnel_dest_group_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.iap_v1.types.service.TunnelDestGroup
Creates a new TunnelDestGroup.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.delete_tunnel_dest_group
delete_tunnel_dest_group(
request: typing.Optional[
typing.Union[
google.cloud.iap_v1.types.service.DeleteTunnelDestGroupRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Deletes a TunnelDestGroup.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.get_iam_policy
get_iam_policy(
request: typing.Optional[
typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets the access control policy for an Identity-Aware Proxy protected resource.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.get_iap_settings
get_iap_settings(
request: typing.Optional[
typing.Union[google.cloud.iap_v1.types.service.GetIapSettingsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.iap_v1.types.service.IapSettings
Gets the IAP settings on a particular IAP protected resource.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.get_tunnel_dest_group
get_tunnel_dest_group(
request: typing.Optional[
typing.Union[google.cloud.iap_v1.types.service.GetTunnelDestGroupRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.iap_v1.types.service.TunnelDestGroup
Retrieves an existing TunnelDestGroup.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.list_tunnel_dest_groups
list_tunnel_dest_groups(
request: typing.Optional[
typing.Union[
google.cloud.iap_v1.types.service.ListTunnelDestGroupsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.pagers.ListTunnelDestGroupsPager
)
Lists the existing TunnelDestGroups.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.parse_tunnel_dest_group_path
parse_tunnel_dest_group_path(path: str) -> typing.Dict[str, str]
Parses a tunnel_dest_group path into its component segments.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.parse_tunnel_location_path
parse_tunnel_location_path(path: str) -> typing.Dict[str, str]
Parses a tunnel_location path into its component segments.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.set_iam_policy
set_iam_policy(
request: typing.Optional[
typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Sets the access control policy for an Identity-Aware Proxy protected resource.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Returns permissions that a caller has on the Identity-Aware Proxy protected resource.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.tunnel_dest_group_path
tunnel_dest_group_path(project: str, location: str, dest_group: str) -> str
Returns a fully-qualified tunnel_dest_group string.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.tunnel_location_path
tunnel_location_path(project: str, location: str) -> str
Returns a fully-qualified tunnel_location string.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.update_iap_settings
update_iap_settings(
request: typing.Optional[
typing.Union[google.cloud.iap_v1.types.service.UpdateIapSettingsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.iap_v1.types.service.IapSettings
Updates the IAP settings on a particular IAP protected resource.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.IdentityAwareProxyAdminServiceClient.update_tunnel_dest_group
update_tunnel_dest_group(
request: typing.Optional[
typing.Union[
google.cloud.iap_v1.types.service.UpdateTunnelDestGroupRequest, dict
]
] = None,
*,
tunnel_dest_group: typing.Optional[
google.cloud.iap_v1.types.service.TunnelDestGroup
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.iap_v1.types.service.TunnelDestGroup
Updates a TunnelDestGroup.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.pagers.ListTunnelDestGroupsAsyncPager
ListTunnelDestGroupsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.iap_v1.types.service.ListTunnelDestGroupsResponse
],
],
request: google.cloud.iap_v1.types.service.ListTunnelDestGroupsRequest,
response: google.cloud.iap_v1.types.service.ListTunnelDestGroupsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
google.cloud.iap_v1.services.identity_aware_proxy_admin_service.pagers.ListTunnelDestGroupsPager
ListTunnelDestGroupsPager(
method: typing.Callable[
[...], google.cloud.iap_v1.types.service.ListTunnelDestGroupsResponse
],
request: google.cloud.iap_v1.types.service.ListTunnelDestGroupsRequest,
response: google.cloud.iap_v1.types.service.ListTunnelDestGroupsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
See more: google.cloud.iap_v1.services.identity_aware_proxy_admin_service.pagers.ListTunnelDestGroupsPager
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceAsyncClient
IdentityAwareProxyOAuthServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.transports.base.IdentityAwareProxyOAuthServiceTransport, typing.Callable[[...], google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.transports.base.IdentityAwareProxyOAuthServiceTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the identity aware proxy o auth service async client.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceAsyncClient.create_brand
create_brand(
request: typing.Optional[
typing.Union[google.cloud.iap_v1.types.service.CreateBrandRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.iap_v1.types.service.Brand
Constructs a new OAuth brand for the project if one does not exist.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceAsyncClient.create_identity_aware_proxy_client
create_identity_aware_proxy_client(
request: typing.Optional[
typing.Union[
google.cloud.iap_v1.types.service.CreateIdentityAwareProxyClientRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.iap_v1.types.service.IdentityAwareProxyClient
Creates an Identity Aware Proxy (IAP) OAuth client.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceAsyncClient.delete_identity_aware_proxy_client
delete_identity_aware_proxy_client(
request: typing.Optional[
typing.Union[
google.cloud.iap_v1.types.service.DeleteIdentityAwareProxyClientRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Deletes an Identity Aware Proxy (IAP) OAuth client.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceAsyncClient.get_brand
get_brand(
request: typing.Optional[
typing.Union[google.cloud.iap_v1.types.service.GetBrandRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.iap_v1.types.service.Brand
Retrieves the OAuth brand of the project.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceAsyncClient.get_identity_aware_proxy_client
get_identity_aware_proxy_client(
request: typing.Optional[
typing.Union[
google.cloud.iap_v1.types.service.GetIdentityAwareProxyClientRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.iap_v1.types.service.IdentityAwareProxyClient
Retrieves an Identity Aware Proxy (IAP) OAuth client.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceAsyncClient.get_transport_class
get_transport_class() -> (
typing.Type[
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.transports.base.IdentityAwareProxyOAuthServiceTransport
]
)
Returns an appropriate transport class.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceAsyncClient.list_brands
list_brands(
request: typing.Optional[
typing.Union[google.cloud.iap_v1.types.service.ListBrandsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.iap_v1.types.service.ListBrandsResponse
Lists the existing brands for the project.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceAsyncClient.list_identity_aware_proxy_clients
list_identity_aware_proxy_clients(
request: typing.Optional[
typing.Union[
google.cloud.iap_v1.types.service.ListIdentityAwareProxyClientsRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.pagers.ListIdentityAwareProxyClientsAsyncPager
)
Lists the existing clients for the brand.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceAsyncClient.reset_identity_aware_proxy_client_secret
reset_identity_aware_proxy_client_secret(
request: typing.Optional[
typing.Union[
google.cloud.iap_v1.types.service.ResetIdentityAwareProxyClientSecretRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.iap_v1.types.service.IdentityAwareProxyClient
Resets an Identity Aware Proxy (IAP) OAuth client secret.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceClient
IdentityAwareProxyOAuthServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.transports.base.IdentityAwareProxyOAuthServiceTransport, typing.Callable[[...], google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.transports.base.IdentityAwareProxyOAuthServiceTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the identity aware proxy o auth service client.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceClient.create_brand
create_brand(
request: typing.Optional[
typing.Union[google.cloud.iap_v1.types.service.CreateBrandRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.iap_v1.types.service.Brand
Constructs a new OAuth brand for the project if one does not exist.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceClient.create_identity_aware_proxy_client
create_identity_aware_proxy_client(
request: typing.Optional[
typing.Union[
google.cloud.iap_v1.types.service.CreateIdentityAwareProxyClientRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.iap_v1.types.service.IdentityAwareProxyClient
Creates an Identity Aware Proxy (IAP) OAuth client.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceClient.delete_identity_aware_proxy_client
delete_identity_aware_proxy_client(
request: typing.Optional[
typing.Union[
google.cloud.iap_v1.types.service.DeleteIdentityAwareProxyClientRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Deletes an Identity Aware Proxy (IAP) OAuth client.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceClient.get_brand
get_brand(
request: typing.Optional[
typing.Union[google.cloud.iap_v1.types.service.GetBrandRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.iap_v1.types.service.Brand
Retrieves the OAuth brand of the project.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceClient.get_identity_aware_proxy_client
get_identity_aware_proxy_client(
request: typing.Optional[
typing.Union[
google.cloud.iap_v1.types.service.GetIdentityAwareProxyClientRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.iap_v1.types.service.IdentityAwareProxyClient
Retrieves an Identity Aware Proxy (IAP) OAuth client.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceClient.list_brands
list_brands(
request: typing.Optional[
typing.Union[google.cloud.iap_v1.types.service.ListBrandsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.iap_v1.types.service.ListBrandsResponse
Lists the existing brands for the project.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceClient.list_identity_aware_proxy_clients
list_identity_aware_proxy_clients(
request: typing.Optional[
typing.Union[
google.cloud.iap_v1.types.service.ListIdentityAwareProxyClientsRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.pagers.ListIdentityAwareProxyClientsPager
)
Lists the existing clients for the brand.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.IdentityAwareProxyOAuthServiceClient.reset_identity_aware_proxy_client_secret
reset_identity_aware_proxy_client_secret(
request: typing.Optional[
typing.Union[
google.cloud.iap_v1.types.service.ResetIdentityAwareProxyClientSecretRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.iap_v1.types.service.IdentityAwareProxyClient
Resets an Identity Aware Proxy (IAP) OAuth client secret.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.pagers.ListIdentityAwareProxyClientsAsyncPager
ListIdentityAwareProxyClientsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.iap_v1.types.service.ListIdentityAwareProxyClientsResponse
],
],
request: google.cloud.iap_v1.types.service.ListIdentityAwareProxyClientsRequest,
response: google.cloud.iap_v1.types.service.ListIdentityAwareProxyClientsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
google.cloud.iap_v1.services.identity_aware_proxy_o_auth_service.pagers.ListIdentityAwareProxyClientsPager
ListIdentityAwareProxyClientsPager(
method: typing.Callable[
[...], google.cloud.iap_v1.types.service.ListIdentityAwareProxyClientsResponse
],
request: google.cloud.iap_v1.types.service.ListIdentityAwareProxyClientsRequest,
response: google.cloud.iap_v1.types.service.ListIdentityAwareProxyClientsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.