Struct google_appengine1::IdentityAwareProxy [−][src]
pub struct IdentityAwareProxy {
pub oauth2_client_id: Option<String>,
pub enabled: Option<bool>,
pub oauth2_client_secret: Option<String>,
pub oauth2_client_secret_sha256: Option<String>,
}Identity-Aware Proxy
This type is not used in any activity, and only used as part of another schema.
Fields
oauth2_client_id: Option<String>
OAuth2 client ID to use for the authentication flow.
enabled: Option<bool>
Whether the serving infrastructure will authenticate and authorize all incoming requests.If true, the oauth2_client_id and oauth2_client_secret fields must be non-empty.
oauth2_client_secret: Option<String>
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 oauth2_client_secret_sha256 field.@InputOnly
oauth2_client_secret_sha256: Option<String>
Hex-encoded SHA-256 hash of the client secret.@OutputOnly
Trait Implementations
impl Default for IdentityAwareProxy[src]
impl Default for IdentityAwareProxyfn default() -> IdentityAwareProxy[src]
fn default() -> IdentityAwareProxyReturns the "default value" for a type. Read more
impl Clone for IdentityAwareProxy[src]
impl Clone for IdentityAwareProxyfn clone(&self) -> IdentityAwareProxy[src]
fn clone(&self) -> IdentityAwareProxyReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Debug for IdentityAwareProxy[src]
impl Debug for IdentityAwareProxyfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for IdentityAwareProxy[src]
impl Part for IdentityAwareProxyAuto Trait Implementations
impl Send for IdentityAwareProxy
impl Send for IdentityAwareProxyimpl Sync for IdentityAwareProxy
impl Sync for IdentityAwareProxy