idpId property
IDP ID is the read-only unique identifier of the identity provider in ZITADEL.
Implementation
@$pb.TagNumber(1)
$core.String get idpId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set idpId($core.String v) { $_setString(0, v); }