Class /GOOG/CL_CLOUDKMS_V1

Classe

/GOOG/CL_CLOUDKMS_V1
  • Héritage de : /GOOG/CL_HTTP_CLIENT
  • Description : Cloud Key Management Service (KMS) API v1
Pour obtenir des informations générales sur une classe du SDK ABAP pour Google Cloud, consultez la page Bouchon de client API.

Types

Type Description Visibilité
TY_001 AsymmetricDecryptRequest PUBLIC
TY_002 AsymmetricDecryptResponse PUBLIC
TY_003 AsymmetricSignRequest PUBLIC
TY_004 AsymmetricSignResponse PUBLIC
TY_005 AuditConfig PUBLIC
TY_006 AuditLogConfig PUBLIC
TY_007 Binding PUBLIC
TY_008 Certificate PUBLIC
TY_009 CertificateChains PUBLIC
TY_010 CryptoKey PUBLIC
TY_011 CryptoKeyVersion PUBLIC
TY_012 CryptoKeyVersionTemplate PUBLIC
TY_013 DecryptRequest PUBLIC
TY_014 DecryptResponse PUBLIC
TY_016 Digest PUBLIC
TY_017 EkmConfig PUBLIC
TY_018 EkmConnection PUBLIC
TY_019 EncryptRequest PUBLIC
TY_020 EncryptResponse PUBLIC
TY_021 Expr PUBLIC
TY_022 ExternalProtectionLevelOptions PUBLIC
TY_023 GenerateRandomBytesRequest PUBLIC
TY_024 GenerateRandomBytesResponse PUBLIC
TY_025 ImportCryptoKeyVersionRequest PUBLIC
TY_026 ImportJob PUBLIC
TY_027 KeyOperationAttestation PUBLIC
TY_028 KeyRing PUBLIC
TY_029 ListCryptoKeyVersionsResponse PUBLIC
TY_030 ListCryptoKeysResponse PUBLIC
TY_031 ListEkmConnectionsResponse PUBLIC
TY_032 ListImportJobsResponse PUBLIC
TY_033 ListKeyRingsResponse PUBLIC
TY_034 ListLocationsResponse PUBLIC
TY_035 Location PUBLIC
TY_036 MacSignRequest PUBLIC
TY_037 MacSignResponse PUBLIC
TY_038 MacVerifyRequest PUBLIC
TY_039 MacVerifyResponse PUBLIC
TY_040 Policy PUBLIC
TY_041 PublicKey PUBLIC
TY_042 RawDecryptRequest PUBLIC
TY_043 RawDecryptResponse PUBLIC
TY_044 RawEncryptRequest PUBLIC
TY_045 RawEncryptResponse PUBLIC
TY_047 ServiceResolver PUBLIC
TY_048 SetIamPolicyRequest PUBLIC
TY_049 TestIamPermissionsRequest PUBLIC
TY_050 TestIamPermissionsResponse PUBLIC
TY_051 UpdateCryptoKeyPrimaryVersionRequest PUBLIC
TY_053 WrappingPublicKey PUBLIC
TY_T_005 AuditConfig PUBLIC
TY_T_006 AuditLogConfig PUBLIC
TY_T_007 Binding PUBLIC
TY_T_008 Certificate PUBLIC
TY_T_010 CryptoKey PUBLIC
TY_T_011 CryptoKeyVersion PUBLIC
TY_T_018 EkmConnection PUBLIC
TY_T_026 ImportJob PUBLIC
TY_T_028 KeyRing PUBLIC
TY_T_035 Location PUBLIC
TY_T_047 ServiceResolver PUBLIC
TY_T_STRING Table of Strings PUBLIC

Constantes

Nom Type Description Valeur Visibilité
C_SUPPORTED_AUTH /GOOG/SUPP_AUTH Types d'authentification pris en charge IJIJWW PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Nom du service Google cloudkms:v1 PUBLIC
C_ROOT_URL STRING URL racine de l'API https://cloudkms.googleapis.com PUBLIC
C_REVISION_DATE DATUM Date de révision du document de découverte 20240219 PUBLIC
C_PATH_PREFIX STRING Préfixe de chemin d'API PUBLIC
C_ON_PREM_VERSION /GOOG/SDK_VERSION Version sur site la plus basse 1.5 PUBLIC
C_CLOUD_VERSION /GOOG/SDK_VERSION Version Cloud la plus basse 1.0 PUBLIC

Méthodes

Pour obtenir des informations générales sur une méthode du SDK ABAP pour Google Cloud, consultez la page Méthode API.

CONSTRUCTOR

  • Description : Constructor
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_KEY_NAME IMPORTING /GOOG/KEYNAME Nom de la clé Google Cloud
IV_LOG_OBJ IMPORTING BALOBJ_D Journal d'application : nom de l'objet (code d'application)
IV_LOG_SUBOBJ IMPORTING BALSUBOBJ Journal d'application : sous-objet

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

ASYMMETRIC_DECRYPT_CRYPTO_K

  • Description: keyRings.cryptoKeys.cryptoKeyVersions.asymmetricDecrypt
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_CRYPTO_KEYS_ID IMPORTING STRING CryptoKeysId
IV_P_CRYPTO_KEY_VERSIONS_ID IMPORTING STRING cryptoKeyVersionsId
IS_INPUT IMPORTING TY_001 AsymmetricDecryptRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_002 AsymmetricDecryptResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

ASYMMETRIC_SIGN_CRYPTO_KEY

  • Description: keyRings.cryptoKeys.cryptoKeyVersions.asymmetricSign
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_CRYPTO_KEYS_ID IMPORTING STRING CryptoKeysId
IV_P_CRYPTO_KEY_VERSIONS_ID IMPORTING STRING cryptoKeyVersionsId
IS_INPUT IMPORTING TY_003 AsymmetricSignRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_004 AsymmetricSignResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CREATE_CRYPTO_KEYS

  • Description: cloudkms.projects.locations.keyRings.cryptoKeys.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_CRYPTOKEYID IMPORTING STRING cryptoKeyId
IV_Q_SKIPINITIALVERSIONCREATIO IMPORTING STRING skipInitialVersionCreation
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IS_INPUT IMPORTING TY_010 CryptoKey
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_010 CryptoKey
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CREATE_CRYPTO_KEY_VERSIONS

  • Description: locations.keyRings.cryptoKeys.cryptoKeyVersions.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_CRYPTO_KEYS_ID IMPORTING STRING CryptoKeysId
IS_INPUT IMPORTING TY_011 CryptoKeyVersion
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_011 CryptoKeyVersion
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CREATE_EKM_CONNECTIONS

  • Description: cloudkms.projects.locations.ekmConnections.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_EKMCONNECTIONID IMPORTING STRING ekmConnectionId
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IS_INPUT IMPORTING TY_018 EkmConnection
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_018 EkmConnection
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CREATE_IMPORT_JOBS

  • Description: cloudkms.projects.locations.keyRings.importJobs.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_IMPORTJOBID IMPORTING STRING importJobId
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IS_INPUT IMPORTING TY_026 Tâche d'importation
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_026 Tâche d'importation
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CREATE_KEY_RINGS

  • Description: cloudkms.projects.locations.keyRings.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_KEYRINGID IMPORTING STRING keyRingId
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IS_INPUT IMPORTING TY_028 KeyRing
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_028 KeyRing
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DECRYPT_CRYPTO_KEYS

  • Description: cloudkms.projects.locations.keyRings.cryptoKeys.decrypt
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_CRYPTO_KEYS_ID IMPORTING STRING CryptoKeysId
IS_INPUT IMPORTING TY_013 DecryptRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_014 DecryptResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DESTROY_CRYPTO_KEY_VERSIONS

  • Description: locations.keyRings.cryptoKeys.cryptoKeyVersions.destroy
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_CRYPTO_KEYS_ID IMPORTING STRING CryptoKeysId
IV_P_CRYPTO_KEY_VERSIONS_ID IMPORTING STRING cryptoKeyVersionsId
IS_INPUT IMPORTING REF TO DATA Données d'entrée
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_011 CryptoKeyVersion
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

ENCRYPT_CRYPTO_KEYS

  • Description: cloudkms.projects.locations.keyRings.cryptoKeys.encrypt
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_CRYPTO_KEYS_ID IMPORTING STRING CryptoKeysId
IS_INPUT IMPORTING TY_019 EncryptRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_020 EncryptResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GENERATE_RANDOM_BYTES_LOCAT

  • Description: cloudkms.projects.locations.generateRandomBytes
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IS_INPUT IMPORTING TY_023 GenerateRandomBytesRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_024 GenerateRandomBytesResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_CRYPTO_KEYS

  • Description: cloudkms.projects.locations.keyRings.cryptoKeys.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_CRYPTO_KEYS_ID IMPORTING STRING CryptoKeysId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_010 CryptoKey
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_CRYPTO_KEY_VERSIONS

  • Description: locations.keyRings.cryptoKeys.cryptoKeyVersions.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_CRYPTO_KEYS_ID IMPORTING STRING CryptoKeysId
IV_P_CRYPTO_KEY_VERSIONS_ID IMPORTING STRING cryptoKeyVersionsId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_011 CryptoKeyVersion
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_EKM_CONFIG_LOCATIONS

  • Description: cloudkms.projects.locations.getEkmConfig
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_017 EkmConfig
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_EKM_CONNECTIONS

  • Description: cloudkms.projects.locations.ekmConnections.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_EKM_CONNECTIONS_ID IMPORTING STRING ekmConnectionsId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_018 EkmConnection
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_IAM_POLICY_CRYPTO_KEYS

  • Description: projects.locations.keyRings.cryptoKeys.getIamPolicy
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_OPTIONSREQUESTEDPOLICYVER IMPORTING STRING options.requestedPolicyVersion
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_CRYPTO_KEYS_ID IMPORTING STRING CryptoKeysId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_040 Règle
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_IAM_POLICY_EKM_CONFIG

  • Description: cloudkms.projects.locations.ekmConfig.getIamPolicy
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_OPTIONSREQUESTEDPOLICYVER IMPORTING STRING options.requestedPolicyVersion
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_040 Règle
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_IAM_POLICY_EKM_CONNECTI

  • Description: cloudkms.projects.locations.ekmConnections.getIamPolicy
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_OPTIONSREQUESTEDPOLICYVER IMPORTING STRING options.requestedPolicyVersion
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_EKM_CONNECTIONS_ID IMPORTING STRING ekmConnectionsId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_040 Règle
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_IAM_POLICY_IMPORT_JOBS

  • Description: projects.locations.keyRings.importJobs.getIamPolicy
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_OPTIONSREQUESTEDPOLICYVER IMPORTING STRING options.requestedPolicyVersion
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_IMPORT_JOBS_ID IMPORTING STRING importJobsId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_040 Règle
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_IAM_POLICY_KEY_RINGS

  • Description: cloudkms.projects.locations.keyRings.getIamPolicy
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_OPTIONSREQUESTEDPOLICYVER IMPORTING STRING options.requestedPolicyVersion
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_040 Règle
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_IMPORT_JOBS

  • Description: cloudkms.projects.locations.keyRings.importJobs.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_IMPORT_JOBS_ID IMPORTING STRING importJobsId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_026 Tâche d'importation
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_KEY_RINGS

  • Description: cloudkms.projects.locations.keyRings.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_028 KeyRing
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_LOCATIONS

  • Description: cloudkms.projects.locations.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_035 Emplacement
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_PUBLIC_KEY_CRYPTO_KEY_V

  • Description: keyRings.cryptoKeys.cryptoKeyVersions.getPublicKey
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_CRYPTO_KEYS_ID IMPORTING STRING CryptoKeysId
IV_P_CRYPTO_KEY_VERSIONS_ID IMPORTING STRING cryptoKeyVersionsId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_041 PublicKey
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

IMPORT_CRYPTO_KEY_VERSIONS

  • Description: locations.keyRings.cryptoKeys.cryptoKeyVersions.import
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_CRYPTO_KEYS_ID IMPORTING STRING CryptoKeysId
IS_INPUT IMPORTING TY_025 ImportCryptoKeyVersionRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_011 CryptoKeyVersion
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_CRYPTO_KEYS

  • Description: cloudkms.projects.locations.keyRings.cryptoKeys.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_ORDERBY IMPORTING STRING orderBy
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_VERSIONVIEW IMPORTING STRING VersionView
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_030 ListCryptoKeysResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_CRYPTO_KEY_VERSIONS

  • Description: locations.keyRings.cryptoKeys.cryptoKeyVersions.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_ORDERBY IMPORTING STRING orderBy
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_VIEW IMPORTING STRING vue
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_CRYPTO_KEYS_ID IMPORTING STRING CryptoKeysId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_029 ListCryptoKeyVersionsResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_EKM_CONNECTIONS

  • Description: cloudkms.projects.locations.ekmConnections.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_ORDERBY IMPORTING STRING orderBy
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_031 ListEkmConnectionsResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_IMPORT_JOBS

  • Description: cloudkms.projects.locations.keyRings.importJobs.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_ORDERBY IMPORTING STRING orderBy
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_032 ListImportJobsResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_KEY_RINGS

  • Description: cloudkms.projects.locations.keyRings.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_ORDERBY IMPORTING STRING orderBy
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_033 ListKeyRingsResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_LOCATIONS

  • Description: cloudkms.projects.locations.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_034 ListLocationsResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

MAC_SIGN_CRYPTO_KEY_VERSION

  • Description: locations.keyRings.cryptoKeys.cryptoKeyVersions.macSign
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_CRYPTO_KEYS_ID IMPORTING STRING CryptoKeysId
IV_P_CRYPTO_KEY_VERSIONS_ID IMPORTING STRING cryptoKeyVersionsId
IS_INPUT IMPORTING TY_036 MacSignRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_037 MacSignResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

MAC_VERIFY_CRYPTO_KEY_VERSI

  • Description: locations.keyRings.cryptoKeys.cryptoKeyVersions.macVerify
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_CRYPTO_KEYS_ID IMPORTING STRING CryptoKeysId
IV_P_CRYPTO_KEY_VERSIONS_ID IMPORTING STRING cryptoKeyVersionsId
IS_INPUT IMPORTING TY_038 MacVerifyRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_039 MacVerifyResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

PATCH_CRYPTO_KEYS

  • Description: cloudkms.projects.locations.keyRings.cryptoKeys.patch
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_UPDATEMASK IMPORTING STRING #updatemask
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_CRYPTO_KEYS_ID IMPORTING STRING CryptoKeysId
IS_INPUT IMPORTING TY_010 CryptoKey
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_010 CryptoKey
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

PATCH_CRYPTO_KEY_VERSIONS

  • Description: locations.keyRings.cryptoKeys.cryptoKeyVersions.patch
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_UPDATEMASK IMPORTING STRING #updatemask
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_CRYPTO_KEYS_ID IMPORTING STRING CryptoKeysId
IV_P_CRYPTO_KEY_VERSIONS_ID IMPORTING STRING cryptoKeyVersionsId
IS_INPUT IMPORTING TY_011 CryptoKeyVersion
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_011 CryptoKeyVersion
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

PATCH_EKM_CONNECTIONS

  • Description: cloudkms.projects.locations.ekmConnections.patch
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_UPDATEMASK IMPORTING STRING #updatemask
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_EKM_CONNECTIONS_ID IMPORTING STRING ekmConnectionsId
IS_INPUT IMPORTING TY_018 EkmConnection
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_018 EkmConnection
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

RAW_DECRYPT_CRYPTO_KEY_VERS

  • Description: locations.keyRings.cryptoKeys.cryptoKeyVersions.rawDecrypt
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_CRYPTO_KEYS_ID IMPORTING STRING CryptoKeysId
IV_P_CRYPTO_KEY_VERSIONS_ID IMPORTING STRING cryptoKeyVersionsId
IS_INPUT IMPORTING TY_042 RawDecryptRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_043 RawDecryptResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

RAW_ENCRYPT_CRYPTO_KEY_VERS

  • Description: locations.keyRings.cryptoKeys.cryptoKeyVersions.rawEncrypt
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_CRYPTO_KEYS_ID IMPORTING STRING CryptoKeysId
IV_P_CRYPTO_KEY_VERSIONS_ID IMPORTING STRING cryptoKeyVersionsId
IS_INPUT IMPORTING TY_044 RawEncryptRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_045 RawEncryptResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

RESTORE_CRYPTO_KEY_VERSIONS

  • Description: locations.keyRings.cryptoKeys.cryptoKeyVersions.restore
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_CRYPTO_KEYS_ID IMPORTING STRING CryptoKeysId
IV_P_CRYPTO_KEY_VERSIONS_ID IMPORTING STRING cryptoKeyVersionsId
IS_INPUT IMPORTING REF TO DATA Données d'entrée
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_011 CryptoKeyVersion
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

SET_IAM_POLICY_CRYPTO_KEYS

  • Description: projects.locations.keyRings.cryptoKeys.setIamPolicy
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_CRYPTO_KEYS_ID IMPORTING STRING CryptoKeysId
IS_INPUT IMPORTING TY_048 SetIamPolicyRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_040 Règle
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

SET_IAM_POLICY_EKM_CONFIG

  • Description: cloudkms.projects.locations.ekmConfig.setIamPolicy
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IS_INPUT IMPORTING TY_048 SetIamPolicyRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_040 Règle
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

SET_IAM_POLICY_EKM_CONNECTI

  • Description: cloudkms.projects.locations.ekmConnections.setIamPolicy
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_EKM_CONNECTIONS_ID IMPORTING STRING ekmConnectionsId
IS_INPUT IMPORTING TY_048 SetIamPolicyRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_040 Règle
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

SET_IAM_POLICY_IMPORT_JOBS

  • Description: projects.locations.keyRings.importJobs.setIamPolicy
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_IMPORT_JOBS_ID IMPORTING STRING importJobsId
IS_INPUT IMPORTING TY_048 SetIamPolicyRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_040 Règle
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

SET_IAM_POLICY_KEY_RINGS

  • Description: cloudkms.projects.locations.keyRings.setIamPolicy
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IS_INPUT IMPORTING TY_048 SetIamPolicyRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_040 Règle
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

TEST_IAM_PERMISSIONS_CRYPTO

  • Description: projects.locations.keyRings.cryptoKeys.testIamPermissions
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_CRYPTO_KEYS_ID IMPORTING STRING CryptoKeysId
IS_INPUT IMPORTING TY_049 TestIamPermissionsRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_050 TestIamPermissionsResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

TEST_IAM_PERMISSIONS_EKM_CO

  • Description: cloudkms.projects.locations.ekmConfig.testIamPermissions
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IS_INPUT IMPORTING TY_049 TestIamPermissionsRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_050 TestIamPermissionsResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

TEST_IAM_PERMISSIONS_EKM_CO1

  • Description: projects.locations.ekmConnections.testIamPermissions
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_EKM_CONNECTIONS_ID IMPORTING STRING ekmConnectionsId
IS_INPUT IMPORTING TY_049 TestIamPermissionsRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_050 TestIamPermissionsResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

TEST_IAM_PERMISSIONS_IMPORT

  • Description: projects.locations.keyRings.importJobs.testIamPermissions
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_IMPORT_JOBS_ID IMPORTING STRING importJobsId
IS_INPUT IMPORTING TY_049 TestIamPermissionsRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_050 TestIamPermissionsResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

TEST_IAM_PERMISSIONS_KEY_RI

  • Description: cloudkms.projects.locations.keyRings.testIamPermissions
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IS_INPUT IMPORTING TY_049 TestIamPermissionsRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_050 TestIamPermissionsResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

UPDATE_EKM_CONFIG_LOCATIONS

  • Description: cloudkms.projects.locations.updateEkmConfig
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_UPDATEMASK IMPORTING STRING #updatemask
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IS_INPUT IMPORTING TY_017 EkmConfig
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_017 EkmConfig
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

UPDATE_PRIMARY_VERSION_CRYP

  • Description: projects.locations.keyRings.cryptoKeys.updatePrimaryVersion
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_KEY_RINGS_ID IMPORTING STRING KeyRingsId
IV_P_CRYPTO_KEYS_ID IMPORTING STRING CryptoKeysId
IS_INPUT IMPORTING TY_051 UpdateCryptoKeyPrimaryVersionRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_010 CryptoKey
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

VERIFY_CONNECTIVITY_EKM_CON

  • Description: projects.locations.ekmConnections.verifyConnectivity
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_EKM_CONNECTIONS_ID IMPORTING STRING ekmConnectionsId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… REF TO DATA Données de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

FERMER

  • Description : Fermer la connexion
  • Visibilité : PUBLIQUE