#[non_exhaustive]pub struct DatadogConnectorProfileCredentials {
pub api_key: Option<String>,
pub application_key: Option<String>,
}
Expand description
The connector-specific credentials required by Datadog.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.api_key: Option<String>
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
application_key: Option<String>
Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API. Application keys are associated with the user account that created them. The application key is used to log all requests made to the API.
Implementations
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API. Application keys are associated with the user account that created them. The application key is used to log all requests made to the API.
Creates a new builder-style object to manufacture DatadogConnectorProfileCredentials
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for DatadogConnectorProfileCredentials
impl Sync for DatadogConnectorProfileCredentials
impl Unpin for DatadogConnectorProfileCredentials
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more