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

io.envoyproxy.envoy.extensions.common.aws.v3.AssumeRoleWithWebIdentityCredentialProviderOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/extensions/common/aws/v3/credential_provider.proto

// Protobuf Java Version: 3.25.1
package io.envoyproxy.envoy.extensions.common.aws.v3;

public interface AssumeRoleWithWebIdentityCredentialProviderOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.extensions.common.aws.v3.AssumeRoleWithWebIdentityCredentialProvider)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Data source for a web identity token that is provided by the identity provider to assume the role.
   * When using this data source, even if a ``watched_directory`` is provided, the token file will only be re-read when the credentials
   * returned from AssumeRoleWithWebIdentity expire.
   * 
* * .envoy.config.core.v3.DataSource web_identity_token_data_source = 1 [(.udpa.annotations.sensitive) = true]; * @return Whether the webIdentityTokenDataSource field is set. */ boolean hasWebIdentityTokenDataSource(); /** *
   * Data source for a web identity token that is provided by the identity provider to assume the role.
   * When using this data source, even if a ``watched_directory`` is provided, the token file will only be re-read when the credentials
   * returned from AssumeRoleWithWebIdentity expire.
   * 
* * .envoy.config.core.v3.DataSource web_identity_token_data_source = 1 [(.udpa.annotations.sensitive) = true]; * @return The webIdentityTokenDataSource. */ io.envoyproxy.envoy.config.core.v3.DataSource getWebIdentityTokenDataSource(); /** *
   * Data source for a web identity token that is provided by the identity provider to assume the role.
   * When using this data source, even if a ``watched_directory`` is provided, the token file will only be re-read when the credentials
   * returned from AssumeRoleWithWebIdentity expire.
   * 
* * .envoy.config.core.v3.DataSource web_identity_token_data_source = 1 [(.udpa.annotations.sensitive) = true]; */ io.envoyproxy.envoy.config.core.v3.DataSourceOrBuilder getWebIdentityTokenDataSourceOrBuilder(); /** *
   * The ARN of the role to assume.
   * 
* * string role_arn = 2 [(.validate.rules) = { ... } * @return The roleArn. */ java.lang.String getRoleArn(); /** *
   * The ARN of the role to assume.
   * 
* * string role_arn = 2 [(.validate.rules) = { ... } * @return The bytes for roleArn. */ com.google.protobuf.ByteString getRoleArnBytes(); /** *
   * Optional role session name to use in AssumeRoleWithWebIdentity API call.
   * 
* * string role_session_name = 3; * @return The roleSessionName. */ java.lang.String getRoleSessionName(); /** *
   * Optional role session name to use in AssumeRoleWithWebIdentity API call.
   * 
* * string role_session_name = 3; * @return The bytes for roleSessionName. */ com.google.protobuf.ByteString getRoleSessionNameBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy