Struct google_cloudshell1::api::AuthorizeEnvironmentRequest [−][src]
pub struct AuthorizeEnvironmentRequest {
pub access_token: Option<String>,
pub expire_time: Option<String>,
pub id_token: Option<String>,
}Expand description
Request message for AuthorizeEnvironment.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- environments authorize users (request)
Fields
access_token: Option<String>The OAuth access token that should be sent to the environment.
expire_time: Option<String>The time when the credentials expire. If not set, defaults to one hour from when the server received the request.
id_token: Option<String>The OAuth ID token that should be sent to the environment.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for AuthorizeEnvironmentRequest
impl Send for AuthorizeEnvironmentRequest
impl Sync for AuthorizeEnvironmentRequest
impl Unpin for AuthorizeEnvironmentRequest
impl UnwindSafe for AuthorizeEnvironmentRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more