Class /GOOG/CL_BINARYAUTHORIZATIO_V1

Class

/GOOG/CL_BINARYAUTHORIZATIO_V1
  • Inheriting from:/GOOG/CL_HTTP_CLIENT
  • Description:Binary Authorization API v1
For general information about a class in ABAP SDK for Google Cloud, see API client stub.

Types

Type Description Visibility
TY_001 AdmissionRule PUBLIC
TY_002 AdmissionWhitelistPattern PUBLIC
TY_003 AttestationOccurrence PUBLIC
TY_004 Attestor PUBLIC
TY_005 AttestorPublicKey PUBLIC
TY_006 Binding PUBLIC
TY_008 Expr PUBLIC
TY_009 IamPolicy PUBLIC
TY_010 Jwt PUBLIC
TY_011 ListAttestorsResponse PUBLIC
TY_012 PkixPublicKey PUBLIC
TY_013 Policy PUBLIC
TY_014 SetIamPolicyRequest PUBLIC
TY_015 Signature PUBLIC
TY_016 TestIamPermissionsRequest PUBLIC
TY_017 TestIamPermissionsResponse PUBLIC
TY_018 UserOwnedGrafeasNote PUBLIC
TY_019 ValidateAttestationOccurrenceRequest PUBLIC
TY_020 ValidateAttestationOccurrenceResponse PUBLIC
TY_021 AttestationAuthenticator PUBLIC
TY_022 AttestationSource PUBLIC
TY_023 Check PUBLIC
TY_024 CheckSet PUBLIC
TY_025 GkePolicy PUBLIC
TY_026 ImageAllowlist PUBLIC
TY_027 ImageFreshnessCheck PUBLIC
TY_028 ListPlatformPoliciesResponse PUBLIC
TY_029 PkixPublicKeySet PUBLIC
TY_030 PlatformPolicy PUBLIC
TY_031 Scope PUBLIC
TY_032 SimpleSigningAttestationCheck PUBLIC
TY_033 SlsaCheck PUBLIC
TY_034 TrustedDirectoryCheck PUBLIC
TY_035 VerificationRule PUBLIC
TY_036 VulnerabilityCheck PUBLIC
TY_037 AllowlistResult PUBLIC
TY_038 CheckResult PUBLIC
TY_039 CheckResults PUBLIC
TY_040 CheckSetResult PUBLIC
TY_041 EvaluateGkePolicyRequest PUBLIC
TY_042 EvaluateGkePolicyResponse PUBLIC
TY_043 EvaluationResult PUBLIC
TY_044 ImageResult PUBLIC
TY_045 PodResult PUBLIC
TY_046 SigstoreAuthority PUBLIC
TY_047 SigstorePublicKey PUBLIC
TY_048 SigstorePublicKeySet PUBLIC
TY_049 SigstoreSignatureCheck PUBLIC
TY_T_002 AdmissionWhitelistPattern PUBLIC
TY_T_004 Attestor PUBLIC
TY_T_005 AttestorPublicKey PUBLIC
TY_T_006 Binding PUBLIC
TY_T_010 Jwt PUBLIC
TY_T_012 PkixPublicKey PUBLIC
TY_T_015 Signature PUBLIC
TY_T_021 AttestationAuthenticator PUBLIC
TY_T_023 Check PUBLIC
TY_T_024 CheckSet PUBLIC
TY_T_030 PlatformPolicy PUBLIC
TY_T_035 VerificationRule PUBLIC
TY_T_038 CheckResult PUBLIC
TY_T_044 ImageResult PUBLIC
TY_T_045 PodResult PUBLIC
TY_T_046 SigstoreAuthority PUBLIC
TY_T_047 SigstorePublicKey PUBLIC
TY_T_STRING Table of Strings PUBLIC

Constants

Name Type Description Value Visibility
C_CLOUD_VERSION /GOOG/SDK_VERSION Lowest Cloud Version PUBLIC
C_ON_PREM_VERSION /GOOG/SDK_VERSION Lowest On-premises Version 1.7 PUBLIC
C_PATH_PREFIX STRING API Path Prefix PUBLIC
C_REVISION_DATE DATUM Discovery Document revision Date 20250228 PUBLIC
C_ROOT_URL STRING API Root URL https://binaryauthorization.googleapis.com PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Google Service Name binaryauthorization:v1 PUBLIC
C_SUPPORTED_AUTH /GOOG/SUPP_AUTH Supported Auth Types IJIJWW PUBLIC

Methods

For general information about a method in ABAP SDK for Google Cloud, see API method.

CONSTRUCTOR

  • Description: Constructor
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_KEY_NAME IMPORTING /GOOG/KEYNAME Google Cloud Key Name
IV_LOG_OBJ IMPORTING BALOBJ_D Application log: Object name (Application code)
IV_LOG_SUBOBJ IMPORTING BALSUBOBJ Application Log: Subobject

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CREATE_ATTESTORS

  • Description: binaryauthorization.projects.attestors.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_ATTESTORID IMPORTING STRING attestorId
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IS_INPUT IMPORTING TY_004 Attestor
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_004 Attestor
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CREATE_POLICIES

  • Description: binaryauthorization.projects.platforms.policies.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_POLICYID IMPORTING STRING policyId
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_PLATFORMS_ID IMPORTING STRING platformsId
IS_INPUT IMPORTING TY_030 PlatformPolicy
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_030 PlatformPolicy
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

DELETE_ATTESTORS

  • Description: binaryauthorization.projects.attestors.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_ATTESTORS_ID IMPORTING STRING attestorsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING DATA Output Data
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

DELETE_POLICIES

  • Description: binaryauthorization.projects.platforms.policies.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_ETAG IMPORTING STRING etag
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_PLATFORMS_ID IMPORTING STRING platformsId
IV_P_POLICIES_ID IMPORTING STRING policiesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING DATA Output Data
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

EVALUATE_POLICIES

  • Description: projects.platforms.gke.policies.evaluate
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_POLICIES_ID IMPORTING STRING policiesId
IS_INPUT IMPORTING TY_041 EvaluateGkePolicyRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_042 EvaluateGkePolicyResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_ATTESTORS

  • Description: binaryauthorization.projects.attestors.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_ATTESTORS_ID IMPORTING STRING attestorsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_004 Attestor
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_IAM_POLICY_ATTESTORS

  • Description: binaryauthorization.projects.attestors.getIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_OPTIONSREQUESTEDPOLICYVER IMPORTING STRING options.requestedPolicyVersion
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_ATTESTORS_ID IMPORTING STRING attestorsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_009 IamPolicy
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_IAM_POLICY_POLICY

  • Description: binaryauthorization.projects.policy.getIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_OPTIONSREQUESTEDPOLICYVER IMPORTING STRING options.requestedPolicyVersion
IV_P_PROJECTS_ID IMPORTING STRING projectsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_009 IamPolicy
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_POLICIES

  • Description: binaryauthorization.projects.platforms.policies.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_PLATFORMS_ID IMPORTING STRING platformsId
IV_P_POLICIES_ID IMPORTING STRING policiesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_030 PlatformPolicy
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_POLICY_PROJECTS

  • Description: binaryauthorization.projects.getPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_013 Policy
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_POLICY_SYSTEMPOLICY

  • Description: binaryauthorization.systempolicy.getPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_013 Policy
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_ATTESTORS

  • Description: binaryauthorization.projects.attestors.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING projectsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_011 ListAttestorsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_POLICIES

  • Description: binaryauthorization.projects.platforms.policies.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_PLATFORMS_ID IMPORTING STRING platformsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_028 ListPlatformPoliciesResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

REPLACE_PLATFORM_POLICY_POL

  • Description: projects.platforms.policies.replacePlatformPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_PLATFORMS_ID IMPORTING STRING platformsId
IV_P_POLICIES_ID IMPORTING STRING policiesId
IS_INPUT IMPORTING TY_030 PlatformPolicy
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_030 PlatformPolicy
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

SET_IAM_POLICY_ATTESTORS

  • Description: binaryauthorization.projects.attestors.setIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_ATTESTORS_ID IMPORTING STRING attestorsId
IS_INPUT IMPORTING TY_014 SetIamPolicyRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_009 IamPolicy
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

SET_IAM_POLICY_POLICY

  • Description: binaryauthorization.projects.policy.setIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IS_INPUT IMPORTING TY_014 SetIamPolicyRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_009 IamPolicy
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

TEST_IAM_PERMISSIONS_ATTEST

  • Description: binaryauthorization.projects.attestors.testIamPermissions
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_ATTESTORS_ID IMPORTING STRING attestorsId
IS_INPUT IMPORTING TY_016 TestIamPermissionsRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_017 TestIamPermissionsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

TEST_IAM_PERMISSIONS_POLICY

  • Description: binaryauthorization.projects.policy.testIamPermissions
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IS_INPUT IMPORTING TY_016 TestIamPermissionsRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_017 TestIamPermissionsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

UPDATE_ATTESTORS

  • Description: binaryauthorization.projects.attestors.update
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_ATTESTORS_ID IMPORTING STRING attestorsId
IS_INPUT IMPORTING TY_004 Attestor
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_004 Attestor
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

UPDATE_POLICY_PROJECTS

  • Description: binaryauthorization.projects.updatePolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IS_INPUT IMPORTING TY_013 Policy
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_013 Policy
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

VALIDATE_ATTESTATION_OCCURR

  • Description: projects.attestors.validateAttestationOccurrence
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_ATTESTORS_ID IMPORTING STRING attestorsId
IS_INPUT IMPORTING TY_019 ValidateAttestationOccurrenceRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_020 ValidateAttestationOccurrenceResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CLOSE

  • Description: Close Connection
  • Visibility: PUBLIC