Interface IdentityProviderConfigServiceOuterClass.UpdateIdentityProviderConfigRequestOrBuilder

    • Method Detail

      • hasIdentityProviderConfig

        boolean hasIdentityProviderConfig()
         The identity provider config to update.
         Required,
         Modifiable
         
        .com.daml.ledger.api.v1.admin.IdentityProviderConfig identity_provider_config = 1 [json_name = "identityProviderConfig"];
        Returns:
        Whether the identityProviderConfig field is set.
      • getIdentityProviderConfig

        IdentityProviderConfigServiceOuterClass.IdentityProviderConfig getIdentityProviderConfig()
         The identity provider config to update.
         Required,
         Modifiable
         
        .com.daml.ledger.api.v1.admin.IdentityProviderConfig identity_provider_config = 1 [json_name = "identityProviderConfig"];
        Returns:
        The identityProviderConfig.
      • hasUpdateMask

        boolean hasUpdateMask()
         An update mask specifies how and which properties of the ``IdentityProviderConfig`` message are to be updated.
         An update mask consists of a set of update paths.
         A valid update path points to a field or a subfield relative to the ``IdentityProviderConfig`` message.
         A valid update mask must:
         (1) contain at least one update path,
         (2) contain only valid update paths.
         Fields that can be updated are marked as ``Modifiable``.
         For additional information see the documentation for standard protobuf3's ``google.protobuf.FieldMask``.
         Required
         
        .google.protobuf.FieldMask update_mask = 2 [json_name = "updateMask"];
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         An update mask specifies how and which properties of the ``IdentityProviderConfig`` message are to be updated.
         An update mask consists of a set of update paths.
         A valid update path points to a field or a subfield relative to the ``IdentityProviderConfig`` message.
         A valid update mask must:
         (1) contain at least one update path,
         (2) contain only valid update paths.
         Fields that can be updated are marked as ``Modifiable``.
         For additional information see the documentation for standard protobuf3's ``google.protobuf.FieldMask``.
         Required
         
        .google.protobuf.FieldMask update_mask = 2 [json_name = "updateMask"];
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         An update mask specifies how and which properties of the ``IdentityProviderConfig`` message are to be updated.
         An update mask consists of a set of update paths.
         A valid update path points to a field or a subfield relative to the ``IdentityProviderConfig`` message.
         A valid update mask must:
         (1) contain at least one update path,
         (2) contain only valid update paths.
         Fields that can be updated are marked as ``Modifiable``.
         For additional information see the documentation for standard protobuf3's ``google.protobuf.FieldMask``.
         Required
         
        .google.protobuf.FieldMask update_mask = 2 [json_name = "updateMask"];