authorizationPolicy property

  1. @TagNumber.new(7)
String get authorizationPolicy

Optional. This field specifies the URL of AuthorizationPolicy resource that applies authorization policies to the inbound traffic at the matched endpoints. Refer to Authorization. If this field is not specified, authorization is disabled(no authz checks) for this endpoint.

Implementation

@$pb.TagNumber(7)
$core.String get authorizationPolicy => $_getSZ(5);
  1. @TagNumber.new(7)
set authorizationPolicy (String v)

Implementation

@$pb.TagNumber(7)
set authorizationPolicy($core.String v) {
  $_setString(5, v);
}