Interface protos.google.api.IAuthenticationRule (3.3.0)

Properties of an AuthenticationRule.

Package

@google-cloud/service-usage

Properties

allowWithoutCredential

allowWithoutCredential?: (boolean|null);

AuthenticationRule allowWithoutCredential

oauth

oauth?: (google.api.IOAuthRequirements|null);

AuthenticationRule oauth

requirements

requirements?: (google.api.IAuthRequirement[]|null);

AuthenticationRule requirements

selector

selector?: (string|null);

AuthenticationRule selector