Class /GOOG/CL_SECRETMGR_V1

Classe

/GOOG/CL_SECRETMGR_V1
  • Héritage de : /GOOG/CL_HTTP_CLIENT
  • Description : Secret Manager 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 AccessSecretVersionResponse PUBLIC
TY_002 AddSecretVersionRequest PUBLIC
TY_003 AuditConfig PUBLIC
TY_004 AuditLogConfig PUBLIC
TY_005 Automatic PUBLIC
TY_006 AutomaticStatus PUBLIC
TY_007 Binding PUBLIC
TY_008 CustomerManagedEncryption PUBLIC
TY_009 CustomerManagedEncryptionStatus PUBLIC
TY_010 DestroySecretVersionRequest PUBLIC
TY_011 DisableSecretVersionRequest PUBLIC
TY_013 EnableSecretVersionRequest PUBLIC
TY_014 Expr PUBLIC
TY_015 ListLocationsResponse PUBLIC
TY_016 ListSecretVersionsResponse PUBLIC
TY_017 ListSecretsResponse PUBLIC
TY_018 Location PUBLIC
TY_019 Policy PUBLIC
TY_020 Replica PUBLIC
TY_021 ReplicaStatus PUBLIC
TY_022 Replication PUBLIC
TY_023 ReplicationStatus PUBLIC
TY_024 Rotation PUBLIC
TY_025 Secret PUBLIC
TY_026 SecretPayload PUBLIC
TY_027 SecretVersion PUBLIC
TY_028 SetIamPolicyRequest PUBLIC
TY_029 TestIamPermissionsRequest PUBLIC
TY_030 TestIamPermissionsResponse PUBLIC
TY_031 Topic PUBLIC
TY_032 UserManaged PUBLIC
TY_033 UserManagedStatus PUBLIC
TY_T_003 AuditConfig PUBLIC
TY_T_004 AuditLogConfig PUBLIC
TY_T_007 Binding PUBLIC
TY_T_018 Location PUBLIC
TY_T_020 Replica PUBLIC
TY_T_021 ReplicaStatus PUBLIC
TY_T_025 Secret PUBLIC
TY_T_027 SecretVersion PUBLIC
TY_T_031 Topic PUBLIC
TY_T_STRING Table of Strings PUBLIC

Constantes

Nom Type Description Valeur Visibilité
C_SERVICE_NAME /GOOG/SERVICE_NAME Nom du service Google secretmanager:v1 PUBLIC
C_SUPPORTED_AUTH /GOOG/SUPP_AUTH Types d'authentification pris en charge IJIJWW PUBLIC
C_ROOT_URL STRING URL racine de l'API https://secretmanager.googleapis.com PUBLIC
C_REVISION_DATE DATUM Date de révision du document de découverte 20240510 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,0 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

ACCESS_VERSIONS

  • Description : secretmanager.projects.secrets.versions.access
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_SECRETS_ID IMPORTING STRING secretsId
IV_P_VERSIONS_ID IMPORTING STRING Versionsid
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_001 AccessSecretVersionResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

ACCESS_VERSIONS1

  • Description : secretmanager.projects.locations.secrets.versions.access
  • 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_SECRETS_ID IMPORTING STRING secretsId
IV_P_VERSIONS_ID IMPORTING STRING Versionsid
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_001 AccessSecretVersionResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

ADD_VERSION_SECRETS

  • Description : secretmanager.projects.secrets.addVersion
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_SECRETS_ID IMPORTING STRING secretsId
IS_INPUT IMPORTING TY_002 AddSecretVersionRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_027 SecretVersion
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

ADD_VERSION_SECRETS1

  • Description : secretmanager.projects.locations.secrets.addVersion
  • 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_SECRETS_ID IMPORTING STRING secretsId
IS_INPUT IMPORTING TY_002 AddSecretVersionRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_027 SecretVersion
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

CREATE_SECRETS

  • Description : secretmanager.projects.secrets.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_SECRETID IMPORTING STRING secretId
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IS_INPUT IMPORTING TY_025 Secret
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_025 Secret
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

CREATE_SECRETS1

  • Description : secretmanager.projects.locations.secrets.create
  • Visibilité : PUBLIQUE

Paramètres

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

Exception

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

DELETE_SECRETS

  • Description : secretmanager.projects.secrets.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_ETAG IMPORTING STRING etag
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_SECRETS_ID IMPORTING STRING secretsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING DATA Données de sortie
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

DELETE_SECRETS1

  • Description : secretmanager.projects.locations.secrets.delete
  • Visibilité : PUBLIQUE

Paramètres

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

Exception

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

DESTROY_VERSIONS

  • Description : secretmanager.projects.secrets.versions.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_SECRETS_ID IMPORTING STRING secretsId
IV_P_VERSIONS_ID IMPORTING STRING Versionsid
IS_INPUT IMPORTING TY_010 DestroySecretVersionRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_027 SecretVersion
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

DESTROY_VERSIONS1

  • Description : secretmanager.projects.locations.secrets.versions.delete
  • 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_SECRETS_ID IMPORTING STRING secretsId
IV_P_VERSIONS_ID IMPORTING STRING Versionsid
IS_INPUT IMPORTING TY_010 DestroySecretVersionRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_027 SecretVersion
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

Désactiver # version

  • Description : secretmanager.projects.secrets.versions.disable
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_SECRETS_ID IMPORTING STRING secretsId
IV_P_VERSIONS_ID IMPORTING STRING Versionsid
IS_INPUT IMPORTING TY_011 DisableSecretVersionRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_027 SecretVersion
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

DISABLE_VERSIONS1

  • Description : secretmanager.projects.locations.secrets.versions.disable
  • 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_SECRETS_ID IMPORTING STRING secretsId
IV_P_VERSIONS_ID IMPORTING STRING Versionsid
IS_INPUT IMPORTING TY_011 DisableSecretVersionRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_027 SecretVersion
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

ENABLE_VERSIONS

  • Description : secretmanager.projects.secrets.versions.enable
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_SECRETS_ID IMPORTING STRING secretsId
IV_P_VERSIONS_ID IMPORTING STRING Versionsid
IS_INPUT IMPORTING TY_013 EnableSecretVersionRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_027 SecretVersion
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

ENABLE_VERSIONS1

  • Description : secretmanager.projects.locations.secrets.versions.enable
  • 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_SECRETS_ID IMPORTING STRING secretsId
IV_P_VERSIONS_ID IMPORTING STRING Versionsid
IS_INPUT IMPORTING TY_013 EnableSecretVersionRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_027 SecretVersion
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

GET_IAM_POLICY_SECRETS

  • Description : secretmanager.projects.secrets.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_SECRETS_ID IMPORTING STRING secretsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_019 Règle
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

GET_IAM_POLICY_SECRETS1

  • Description : secretmanager.projects.locations.secrets.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_SECRETS_ID IMPORTING STRING secretsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_019 Règle
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

GET_LOCATIONS

  • Description : secretmanager.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 EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_018 Emplacement
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

GET_SECRETS

  • Description : secretmanager.projects.secrets.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_SECRETS_ID IMPORTING STRING secretsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_025 Secret
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

GET_SECRETS1

  • Description : secretmanager.projects.locations.secrets.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_SECRETS_ID IMPORTING STRING secretsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_025 Secret
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

getVersions

  • Description : secretmanager.projects.secrets.versions.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_SECRETS_ID IMPORTING STRING secretsId
IV_P_VERSIONS_ID IMPORTING STRING Versionsid
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_027 SecretVersion
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

GET_VERSIONS1

  • Description : secretmanager.projects.locations.secrets.versions.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_SECRETS_ID IMPORTING STRING secretsId
IV_P_VERSIONS_ID IMPORTING STRING Versionsid
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_027 SecretVersion
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

LIST_LOCATIONS

  • Description : secretmanager.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 EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_015 ListLocationsResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

Répertorier les secrets

  • Description : secretmanager.projects.secrets.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 EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_017 ListSecretsResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

LIST_SECRETS1

  • Description : secretmanager.projects.locations.secrets.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
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_017 ListSecretsResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

listVersions

  • Description : secretmanager.projects.secrets.versions.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
IV_P_SECRETS_ID IMPORTING STRING secretsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_016 ListSecretVersionsResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

LIST_VERSIONS1

  • Description : secretmanager.projects.locations.secrets.versions.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
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_SECRETS_ID IMPORTING STRING secretsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_016 ListSecretVersionsResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

PATCH_SECRETS

  • Description : secretmanager.projects.secrets.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_SECRETS_ID IMPORTING STRING secretsId
IS_INPUT IMPORTING TY_025 Secret
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_025 Secret
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

PATCH_SECRETS1

  • Description : secretmanager.projects.locations.secrets.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_SECRETS_ID IMPORTING STRING secretsId
IS_INPUT IMPORTING TY_025 Secret
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_025 Secret
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

SET_IAM_POLICY_SECRETS

  • Description : secretmanager.projects.secrets.setIamPolicy
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_SECRETS_ID IMPORTING STRING secretsId
IS_INPUT IMPORTING TY_028 SetIamPolicyRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_019 Règle
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

SET_IAM_POLICY_SECRETS1

  • Description : secretmanager.projects.locations.secrets.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_SECRETS_ID IMPORTING STRING secretsId
IS_INPUT IMPORTING TY_028 SetIamPolicyRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_019 Règle
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

TEST_IAM_PERMISSIONS_SECRET

  • Description : secretmanager.projects.secrets.testIamPermissions
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_SECRETS_ID IMPORTING STRING secretsId
IS_INPUT IMPORTING TY_029 TestIamPermissionsRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_030 TestIamPermissionsResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

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

TEST_IAM_PERMISSIONS_SECRET1

  • Description : secretmanager.projects.locations.secrets.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_SECRETS_ID IMPORTING STRING secretsId
IS_INPUT IMPORTING TY_029 TestIamPermissionsRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_030 TestIamPermissionsResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /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