All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.model.BackendServiceIAP.html Maven / Gradle / Ivy







BackendServiceIAP (Compute Engine API beta-rev20220312-1.32.1)












com.google.api.services.compute.model

Class BackendServiceIAP

    • Constructor Detail

      • BackendServiceIAP

        public BackendServiceIAP()
    • Method Detail

      • getEnabled

        public Boolean getEnabled()
        Whether the serving infrastructure will authenticate and authorize all incoming requests. If true, the oauth2ClientId and oauth2ClientSecret fields must be non-empty.
        Returns:
        value or null for none
      • setEnabled

        public BackendServiceIAP setEnabled(Boolean enabled)
        Whether the serving infrastructure will authenticate and authorize all incoming requests. If true, the oauth2ClientId and oauth2ClientSecret fields must be non-empty.
        Parameters:
        enabled - enabled or null for none
      • getOauth2ClientId

        public String getOauth2ClientId()
        OAuth2 client ID to use for the authentication flow.
        Returns:
        value or null for none
      • setOauth2ClientId

        public BackendServiceIAP setOauth2ClientId(String oauth2ClientId)
        OAuth2 client ID to use for the authentication flow.
        Parameters:
        oauth2ClientId - oauth2ClientId or null for none
      • getOauth2ClientSecret

        public String getOauth2ClientSecret()
        OAuth2 client secret to use for the authentication flow. For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2ClientSecretSha256 field. @InputOnly
        Returns:
        value or null for none
      • setOauth2ClientSecret

        public BackendServiceIAP setOauth2ClientSecret(String oauth2ClientSecret)
        OAuth2 client secret to use for the authentication flow. For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2ClientSecretSha256 field. @InputOnly
        Parameters:
        oauth2ClientSecret - oauth2ClientSecret or null for none
      • getOauth2ClientSecretSha256

        public String getOauth2ClientSecretSha256()
        [Output Only] SHA256 hash value for the field oauth2_client_secret above.
        Returns:
        value or null for none
      • setOauth2ClientSecretSha256

        public BackendServiceIAP setOauth2ClientSecretSha256(String oauth2ClientSecretSha256)
        [Output Only] SHA256 hash value for the field oauth2_client_secret above.
        Parameters:
        oauth2ClientSecretSha256 - oauth2ClientSecretSha256 or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy