idpId property

  1. @TagNumber(1)
String idpId

IDP ID is the read-only unique identifier of the identity provider in ZITADEL.

Implementation

@$pb.TagNumber(1)
$core.String get idpId => $_getSZ(0);
  1. @TagNumber(1)
void idpId=(String v)

Implementation

@$pb.TagNumber(1)
set idpId($core.String v) { $_setString(0, v); }