ctx property

  1. @TagNumber.new(1)
RequestContext get ctx

Specify the context for which the active identity providers should be returned. This can be the instance or an organization. In case of an organization, the returned providers will fall back to the instance providers if not explicitly set on the organization.

Implementation

@$pb.TagNumber(1)
$1.RequestContext get ctx => $_getN(0);
  1. @TagNumber.new(1)
set ctx (RequestContext value)

Implementation

@$pb.TagNumber(1)
set ctx($1.RequestContext value) => $_setField(1, value);