Class CloudGateOauthClient.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • value

        public CloudGateOauthClient.Builder value​(String value)
        The id of the OAuth app for this CloudGate.

        *SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none

        Parameters:
        value - the value to set
        Returns:
        this builder
      • ref

        public CloudGateOauthClient.Builder ref​(String ref)
        The URI of the OAuth app for this CloudGate.

        *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none

        Parameters:
        ref - the value to set
        Returns:
        this builder
      • clientId

        public CloudGateOauthClient.Builder clientId​(String clientId)
        The Client ID of the OAuth app for this CloudGate.

        *Added In:** 19.2.1

        *SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none

        Parameters:
        clientId - the value to set
        Returns:
        this builder