Examples of using
Credentials
in Spanish and their translations into English
{-}
Colloquial
Official
En ese caso, la primera línea del archivo credentials.
In that case, the first line in the credentials.
Dirígete a Credentials page de Google API Console y selecciona tu proyecto.
Go to the Credentials page of the Google API Console and select your project.
Puede evitar este problema utilizando el argumento credentials.
You may avoid this problem by using the credentials argument.
Guarde el archivo credentials y elimine el archivo. csv que descargó en el paso 3.
Save the credentials file, and delete the. csv file that you downloaded in step 3.
Tenemos que ir al menú lateral otra vez y seleccionar la opción Credentials.
We have to go to the side menu again and select the Credentials option.
Puede crear un par de claves desde la pestaña Security Credentials de su cuenta de usuario de IAM en la consola de administración de IAM.
You can create a pair of the keys from the Security Credentials tab from your IAM user account in the IAM Management Console.
Ahora ya no tiene que incluir la matriz vacía en el archivo credentials. json.
Now you no longer need to include the empty array in the credentials. json file.
A continuación, diríjase a la página AWS Security Credentials y elimine la entidad de dispositivo de MFA virtual antigua antes de crear una nueva.
Then go to the AWS Security Credentials page and delete the old MFA virtual device entity before you create a new one.
David ve los tres elementos que necesita en la sección Credentials de la salida.
David sees the three pieces that he needs in the Credentials section of the output.
En la página Application Options,en la sección Application Credentials, elija el perfil bajo el cual se debe ejecutar la aplicación en este ejemplo, PetBoard.
On the Application Options page,in the Application Credentials section, choose the profile under which the application(in this example, PetBoard) should run.
Ella también tiene un permiso como supervisora de escuela de la comisión de certificación de maestros de California California Comission on Teacher Credentials.
Heather holds a Child Development Program Director Permit from the California Commission on Teacher Credentialing.
Para buscar el ID de clave de SSH del usuario de IAM, abra la consola de IAM yamplíe Security Credentials en la página de información del usuario de IAM.
To look up the SSH key ID for your IAM user, open the IAM console andexpand Security Credentials on the IAM user details page.
Para utilizar las mismas credenciales,elija Use credentials from profile profile_name, donde{profile_name} es el perfil que especificó en la primera página del asistente.
To use the same credentials,choose Use credentials from profile profile_name where{profile_name} is the profile you specified on the first page of the wizard.
Abra el archivo. csv de credenciales que descargó de la consola de IAM ycopie su contenido en el archivo credentials con el siguiente formato.
Open the credentials. csv file that you downloaded from the IAM console, andcopy its contents into the credentials file using the following format.
Para utilizar un conjunto de credenciales diferente,elija Use these credentials y, a continuación, escriba la clave de acceso y la clave secreta en los campos proporcionados.
To use a different set of credentials,choose Use these credentials and then type the access key and secret key in the fields provided.
Cuando se ejecuta la aplicación, esta obtiene credenciales de seguridad temporales desde los metadatos de instancias de Amazon EC2, tal y comose describe en Retrieving Security Credentials from Instance Metadata.
When the application runs, it obtains temporary security credentials from Amazon EC2 instance metadata,as described in Retrieving Security Credentials from Instance Metadata.
Si el usuario va a utilizar la consola para gestionar CloudTrail,en la pestaña Security Credentials, elija Manage Password y, a continuación, cree una contraseña para el usuario.
If the user will use the console to manage CloudTrail,in the Security Credentials tab, choose Manage Password, and then create a password for the user.
En APIs and auth> Credentials> OAuth consent screen, cree el cuadro de diálogo que se mostrará a los usuarios cuando su aplicación les solicite que autoricen el acceso a sus datos privados.
Under APIs and auth> Credentials> OAuth consent screen, create the dialog that will be shown to users when your app requests access to their private data.
El comando siguiente solicita las credenciales ydespués captura el objeto de propiedad Credentials del objeto de los resultados devueltos y lo almacena en la variable$Creds.
The following commandrequests the credentials and then captures the Credentials property object from the returned results object and stores it in the$Creds variable.
Si desactiva las AWS managed temporary credentials, de forma predeterminada el environment no puede obtener acceso a los servicios de AWS, independientemente de la entidad de AWS que haga la solicitud.
If you turn off AWS managed temporary credentials, by default the environment cannot access any AWS services, regardless of the AWS entity who makes the request.
Puede verificar que tiene todas las credenciales para todas las plataformas en el panel Credentials del administrador de API de su aplicación, mostrado a continuación.
You can verify that you have all of the credentials for all of the platforms by looking at the Credentials panel in the API Manager for your app, as shown in the following.
Para que las,AWS managed temporary credentials de AWS Cloud9 EC2 development environment permitan todas las acciones a todos los recursos de AWS en la cuenta de AWS del llamador, con las siguientes restricciones.
For an AWSCloud9 EC2 development environment, AWS managed temporary credentials allow all AWS actions for all AWS resources in the caller's AWS account, with the following restrictions.
Copie el nombre de usuario y la contraseña que IAM ha generado para usted, oelija Download credentials para descargar la información en un archivo. CSV.
Copy the user name and password that IAM generated for you, either by showing, copying, and pasting this information into a secure file on your local computer, orby choosing Download credentials to download this information as a. CSV file.
A continuación, se explica cómo AWS managed temporary credentials trabaja cuando un EC2 environment intenta el acceso a un servicio de AWS en nombre de una entidad de AWS por ejemplo, un usuario de IAM.
Here's how AWS managed temporary credentials work whenever an EC2 environment tries to access an AWS service on behalf of an AWS entity for example, an IAM user.
Para la integración de Lambda, puede llamar a la acción addPermission de Lambda para definir los permisos basados en recursos y, a continuación,establecer credentials en null en la solicitud de integración de API Gateway.
For the Lambda integration, you can call the Lambda's addPermission action to set the resource-based permissions andthen set credentials to null in the API Gateway integration request.
En el cuadro de diálogo AWS Toolkit Preferences,busque la sección Credentials file location y escriba el nombre de la ruta del archivo en la que desea almacenar las credenciales de AWS.
In the AWS Toolkit Preferences dialog,locate the Credentials file location section, and enter the pathname of the file where you would like your AWS credentials stored.
Si tiene AWS managed temporary credentials habilitadas y el environment es un environment compartido, el propietario del environment no ha abierto el environment en las últimas 12 horas para que AWS Cloud9 pueda actualizar las AWS managed temporary credentials en el environment.
If you have AWS managed temporary credentials enabled and the environment is a shared environment, the environment owner has not opened the environment within the past 12 hours so that AWS Cloud9 can refresh AWS managed temporary credentials in the environment.
Para configurar las credenciales de la aplicación para utilizar AWS. CognitoIdentityCredentials,establezca la propiedad credentials de AWS. Config o una configuración específica para cada servicio.
To configure your application credentials to use AWS. CognitoIdentityCredentials,set the credentials property of either AWS. Config or a per-service configuration.
Puede que se produzca un error HTTP 403(Prohibido) ose muestre el mensaje de error no basic auth credentials del comando docker push, incluso a pesar de haberse autenticado correctamente en Docker con el comando aws ecr get-login.
There are times when you may receive an HTTP 403(Forbidden)error, or the error message no basic auth credentials from the docker push command, even if you have successfully authenticated to Docker using the aws ecr get-login command.
Results: 29,
Time: 0.0345
How to use "credentials" in a Spanish sentence
Promote stackable credentials and articulation agreements.
Applications that requested proxy credentials e.g.
Credentials instance can change via setter.
I'm sure your credentials are impeccible.
Magid’s Muslim Brotherhood credentials are impressive.
Read more about Christopher's credentials here.
Support access granted, FTP credentials sent.
Read the slice credentials from "file".
Her foreign policy credentials are terrible.
not because the credentials kill British.
How to use "credentials" in an English sentence
Update with your credentials for Debug/Release.
This writer’s credentials were pretty impressive.
What Are Your Credentials and Warranties?
User credentials when sending SNMPv3 PDUs.
Anderson has better credentials than this.
With credentials like that, we’re sold!
Past employment, credentials and membership checks.
Promote stackable credentials and articulation agreements.
Español
Dansk
Deutsch
Français
हिंदी
Italiano
Nederlands
Português
Русский
Tagalog
عربى
Български
বাংলা
Český
Ελληνικά
Suomi
עִברִית
Hrvatski
Magyar
Bahasa indonesia
日本語
Қазақ
한국어
മലയാളം
मराठी
Bahasa malay
Norsk
Polski
Română
Slovenský
Slovenski
Српски
Svenska
தமிழ்
తెలుగు
ไทย
Turkce
Українська
اردو
Tiếng việt
中文