View Source GoogleApi.ServiceManagement.V1.Model.AuthenticationRule (google_api_service_management v0.60.0)

Authentication rules for the service. By default, if a method has any authentication requirements, every request must include a valid credential matching one of the requirements. It's an error to include more than one kind of credential in a single request. If a method doesn't have any auth requirements, request credentials will be ignored.

Attributes

  • allowWithoutCredential (type: boolean(), default: nil) - If true, the service accepts API keys without any other credential. This flag only applies to HTTP and gRPC requests.
  • oauth (type: GoogleApi.ServiceManagement.V1.Model.OAuthRequirements.t, default: nil) - The requirements for OAuth credentials.
  • requirements (type: list(GoogleApi.ServiceManagement.V1.Model.AuthRequirement.t), default: nil) - Requirements for additional authentication providers.
  • selector (type: String.t, default: nil) - Selects the methods to which this rule applies. Refer to selector for syntax details.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceManagement.V1.Model.AuthenticationRule{
  allowWithoutCredential: boolean() | nil,
  oauth: GoogleApi.ServiceManagement.V1.Model.OAuthRequirements.t() | nil,
  requirements:
    [GoogleApi.ServiceManagement.V1.Model.AuthRequirement.t()] | nil,
  selector: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.