INPUT_OBJECT
HostRegisterInput
Description
Supported in v5.0+
link GraphQL Schema definition
- input HostRegisterInput {
- # Supported in v5.1+
- # A user-specified string that returns this host in searches.
- : String
- # Supported in v5.0+
- : Boolean
- # Supported in v5.2-v9.1
- : HdfsConfigInput
- # Required. Supported in v5.0+
- : String!
- # Supported in v5.2+
- # A Boolean that specifies whether to discover Oracle information at registration.
- # A value of 'true' discovers Oracle information at registration.
- : Boolean
- # Supported in v9.3. The certificate ID is the identifier associated with the
- # public key certificate issued by the Certificate Authority (CA) that signed the
- # SQL Server certificate. This ID is used to validate the identity of the SQL
- # Server host during Sensitive Data Discovery.
- : String
- # Supported in v9.2+
- # The user credentials for querying SQL server instance on the host for Sensitive
- # Data Discovery.
- : SddUserCredentialsInput
- # Supported in v5.0+
- : NasConfigInput
- # Supported in v5.0+
- # Specifies the Oracle username for an account with query privileges. The account
- # must have query privileges for a specified Oracle installation to enable Oracle
- # discovery queries for that installation.
- : String
- # Supported in v9.3+
- # The user credentials for querying oracle databases on the host for Sensitive
- # Data Discovery.
- : SddUserCredentialsInput
- # Supported in v9.3+
- # Contains the wallet path on the Oracle host which is used to authenticate remote
- # connections to oracle databases during Sensitive Data Discovery.
- : String
- # Supported in v9.4+
- # Oracle SEPS settings for the host.
- : OracleSepsWalletSettingsInput
- # Supported in v5.0+
- # v5.0: Specifies the Oracle username for an account with sysdba privileges. The
- # account must have sysdba privileges for a specified Oracle installation to
- # enable backup and recovery of Oracle databases for that installation. This field
- # overrides the configured global sysdba user for the specified Oracle
- # installation.
- # v5.1+: Specifies the Oracle username for an account with sysdba privileges. The
- # account must have sysdba privileges for a specified Oracle installation to
- # enable Oracle discovery queries for that installation. This field overrides the
- # configured global sysdba user for the specified Oracle installation.
- : String
- # Supported in v8.1+
- # The ID of the RSC orgNetwork to which the host is assigned. This field should
- # only be set when the host registration is called by RSC and the host belongs to
- # a RSC orgNetwork. This field should always be set to None in other cases. 1) The
- # call is from CDM; or 2) the call is from RSC but the host does not belong to an
- # orgNetwork.
- : String
- # Supported in v5.0+
- # v5.0-v8.0: The ID of the organization to which the host is assigned.
- # v8.1+: The ID of the CDM organization to which the host is assigned. For RSC
- # driven host registration, this field should be set to None, and host will be
- # added to CDM global org. For CDM driven host registration, this field should be
- # set to the Org the host belongs to.
- : String
- # Supported in v8.1+
- # Operating system of the specified host.
- : HostRegisterOsType
- }