1. Registry
  2. Packages
  3. Intersight Provider
  4. API Docs
  5. getHciNccCheckPolicy
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet

    A Nutanix Cluster Check (NCC) policy configured on the Prism Central.

    Using getHciNccCheckPolicy

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getHciNccCheckPolicy(args: GetHciNccCheckPolicyArgs, opts?: InvokeOptions): Promise<GetHciNccCheckPolicyResult>
    function getHciNccCheckPolicyOutput(args: GetHciNccCheckPolicyOutputArgs, opts?: InvokeOutputOptions): Output<GetHciNccCheckPolicyResult>
    def get_hci_ncc_check_policy(account_moid: Optional[str] = None,
                                 additional_properties: Optional[str] = None,
                                 ancestors: Optional[Sequence[GetHciNccCheckPolicyAncestor]] = None,
                                 class_id: Optional[str] = None,
                                 classifications: Optional[Sequence[str]] = None,
                                 cluster_configs: Optional[Sequence[GetHciNccCheckPolicyClusterConfig]] = None,
                                 create_time: Optional[str] = None,
                                 description: Optional[str] = None,
                                 domain_group_moid: Optional[str] = None,
                                 domain_manager: Optional[GetHciNccCheckPolicyDomainManager] = None,
                                 entity_type: Optional[str] = None,
                                 id: Optional[str] = None,
                                 impact_type: Optional[str] = None,
                                 kb_articles: Optional[Sequence[str]] = None,
                                 mod_time: Optional[str] = None,
                                 moid: Optional[str] = None,
                                 name: Optional[str] = None,
                                 ncc_policy_ext_id: Optional[str] = None,
                                 object_type: Optional[str] = None,
                                 owners: Optional[Sequence[str]] = None,
                                 parent: Optional[GetHciNccCheckPolicyParent] = None,
                                 pc_ext_id: Optional[str] = None,
                                 permission_resources: Optional[Sequence[GetHciNccCheckPolicyPermissionResource]] = None,
                                 policy_id: Optional[str] = None,
                                 publisher: Optional[str] = None,
                                 registered_device: Optional[GetHciNccCheckPolicyRegisteredDevice] = None,
                                 scope: Optional[str] = None,
                                 shared_scope: Optional[str] = None,
                                 sub_type: Optional[str] = None,
                                 tags: Optional[Sequence[GetHciNccCheckPolicyTag]] = None,
                                 target_clusters: Optional[Sequence[str]] = None,
                                 title: Optional[str] = None,
                                 type: Optional[str] = None,
                                 version_context: Optional[GetHciNccCheckPolicyVersionContext] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetHciNccCheckPolicyResult
    def get_hci_ncc_check_policy_output(account_moid: pulumi.Input[Optional[str]] = None,
                                 additional_properties: pulumi.Input[Optional[str]] = None,
                                 ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetHciNccCheckPolicyAncestorArgs]]]] = None,
                                 class_id: pulumi.Input[Optional[str]] = None,
                                 classifications: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
                                 cluster_configs: pulumi.Input[Optional[Sequence[pulumi.Input[GetHciNccCheckPolicyClusterConfigArgs]]]] = None,
                                 create_time: pulumi.Input[Optional[str]] = None,
                                 description: pulumi.Input[Optional[str]] = None,
                                 domain_group_moid: pulumi.Input[Optional[str]] = None,
                                 domain_manager: pulumi.Input[Optional[GetHciNccCheckPolicyDomainManagerArgs]] = None,
                                 entity_type: pulumi.Input[Optional[str]] = None,
                                 id: pulumi.Input[Optional[str]] = None,
                                 impact_type: pulumi.Input[Optional[str]] = None,
                                 kb_articles: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
                                 mod_time: pulumi.Input[Optional[str]] = None,
                                 moid: pulumi.Input[Optional[str]] = None,
                                 name: pulumi.Input[Optional[str]] = None,
                                 ncc_policy_ext_id: pulumi.Input[Optional[str]] = None,
                                 object_type: pulumi.Input[Optional[str]] = None,
                                 owners: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
                                 parent: pulumi.Input[Optional[GetHciNccCheckPolicyParentArgs]] = None,
                                 pc_ext_id: pulumi.Input[Optional[str]] = None,
                                 permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetHciNccCheckPolicyPermissionResourceArgs]]]] = None,
                                 policy_id: pulumi.Input[Optional[str]] = None,
                                 publisher: pulumi.Input[Optional[str]] = None,
                                 registered_device: pulumi.Input[Optional[GetHciNccCheckPolicyRegisteredDeviceArgs]] = None,
                                 scope: pulumi.Input[Optional[str]] = None,
                                 shared_scope: pulumi.Input[Optional[str]] = None,
                                 sub_type: pulumi.Input[Optional[str]] = None,
                                 tags: pulumi.Input[Optional[Sequence[pulumi.Input[GetHciNccCheckPolicyTagArgs]]]] = None,
                                 target_clusters: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
                                 title: pulumi.Input[Optional[str]] = None,
                                 type: pulumi.Input[Optional[str]] = None,
                                 version_context: pulumi.Input[Optional[GetHciNccCheckPolicyVersionContextArgs]] = None,
                                 opts: Optional[InvokeOutputOptions] = None) -> Output[GetHciNccCheckPolicyResult]
    func LookupHciNccCheckPolicy(ctx *Context, args *LookupHciNccCheckPolicyArgs, opts ...InvokeOption) (*LookupHciNccCheckPolicyResult, error)
    func LookupHciNccCheckPolicyOutput(ctx *Context, args *LookupHciNccCheckPolicyOutputArgs, opts ...InvokeOption) LookupHciNccCheckPolicyResultOutput

    > Note: This function is named LookupHciNccCheckPolicy in the Go SDK.

    public static class GetHciNccCheckPolicy 
    {
        public static Task<GetHciNccCheckPolicyResult> InvokeAsync(GetHciNccCheckPolicyArgs args, InvokeOptions? opts = null)
        public static Output<GetHciNccCheckPolicyResult> Invoke(GetHciNccCheckPolicyInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetHciNccCheckPolicyResult> Invoke(GetHciNccCheckPolicyInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetHciNccCheckPolicyResult> getHciNccCheckPolicy(GetHciNccCheckPolicyArgs args, InvokeOptions options)
    public static Output<GetHciNccCheckPolicyResult> getHciNccCheckPolicy(GetHciNccCheckPolicyArgs args, InvokeOptions options)
    public static Output<GetHciNccCheckPolicyResult> getHciNccCheckPolicy(GetHciNccCheckPolicyArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: intersight:index/getHciNccCheckPolicy:getHciNccCheckPolicy
      arguments:
        # arguments dictionary
    data "intersight_get_hci_ncc_check_policy" "name" {
        # arguments
    }

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHciNccCheckPolicyAncestor>
    ClassId string
    Classifications List<string>
    ClusterConfigs List<GetHciNccCheckPolicyClusterConfig>
    CreateTime string
    The time when this managed object was created.
    Description string
    NCC policy description text.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DomainManager GetHciNccCheckPolicyDomainManager
    EntityType string
    Entity type against which the alert is raised.
    Id string
    ImpactType string
    Impact type to which this rule applies.
    KbArticles List<string>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the NCC policy.
    NccPolicyExtId string
    Unique ID of the NCC policy.
    ObjectType string
    Owners List<string>
    Parent GetHciNccCheckPolicyParent
    PcExtId string
    Unique identifier of the domain manager (Prism Central) instance which owns this policy.
    PermissionResources List<GetHciNccCheckPolicyPermissionResource>
    PolicyId string
    Unique ID associated with the policy.
    Publisher string
    Publisher of the NCC policy.
    RegisteredDevice GetHciNccCheckPolicyRegisteredDevice
    Scope string
    Scope for the polcy execution.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SubType string
    Sub-type classification of the NCC policy.
    Tags List<GetHciNccCheckPolicyTag>
    TargetClusters List<string>
    Title string
    The title of the NCC policy.
    Type string
    Defines the type of the NCC policy.
    VersionContext GetHciNccCheckPolicyVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHciNccCheckPolicyAncestor
    ClassId string
    Classifications []string
    ClusterConfigs []GetHciNccCheckPolicyClusterConfig
    CreateTime string
    The time when this managed object was created.
    Description string
    NCC policy description text.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DomainManager GetHciNccCheckPolicyDomainManager
    EntityType string
    Entity type against which the alert is raised.
    Id string
    ImpactType string
    Impact type to which this rule applies.
    KbArticles []string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the NCC policy.
    NccPolicyExtId string
    Unique ID of the NCC policy.
    ObjectType string
    Owners []string
    Parent GetHciNccCheckPolicyParent
    PcExtId string
    Unique identifier of the domain manager (Prism Central) instance which owns this policy.
    PermissionResources []GetHciNccCheckPolicyPermissionResource
    PolicyId string
    Unique ID associated with the policy.
    Publisher string
    Publisher of the NCC policy.
    RegisteredDevice GetHciNccCheckPolicyRegisteredDevice
    Scope string
    Scope for the polcy execution.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SubType string
    Sub-type classification of the NCC policy.
    Tags []GetHciNccCheckPolicyTag
    TargetClusters []string
    Title string
    The title of the NCC policy.
    Type string
    Defines the type of the NCC policy.
    VersionContext GetHciNccCheckPolicyVersionContext
    account_moid string
    The Account ID for this managed object.
    additional_properties string
    ancestors list(object)
    class_id string
    classifications list(string)
    cluster_configs list(object)
    create_time string
    The time when this managed object was created.
    description string
    NCC policy description text.
    domain_group_moid string
    The DomainGroup ID for this managed object.
    domain_manager object
    entity_type string
    Entity type against which the alert is raised.
    id string
    impact_type string
    Impact type to which this rule applies.
    kb_articles list(string)
    mod_time string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the NCC policy.
    ncc_policy_ext_id string
    Unique ID of the NCC policy.
    object_type string
    owners list(string)
    parent object
    pc_ext_id string
    Unique identifier of the domain manager (Prism Central) instance which owns this policy.
    permission_resources list(object)
    policy_id string
    Unique ID associated with the policy.
    publisher string
    Publisher of the NCC policy.
    registered_device object
    scope string
    Scope for the polcy execution.
    shared_scope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sub_type string
    Sub-type classification of the NCC policy.
    tags list(object)
    target_clusters list(string)
    title string
    The title of the NCC policy.
    type string
    Defines the type of the NCC policy.
    version_context object
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHciNccCheckPolicyAncestor>
    classId String
    classifications List<String>
    clusterConfigs List<GetHciNccCheckPolicyClusterConfig>
    createTime String
    The time when this managed object was created.
    description String
    NCC policy description text.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    domainManager GetHciNccCheckPolicyDomainManager
    entityType String
    Entity type against which the alert is raised.
    id String
    impactType String
    Impact type to which this rule applies.
    kbArticles List<String>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the NCC policy.
    nccPolicyExtId String
    Unique ID of the NCC policy.
    objectType String
    owners List<String>
    parent GetHciNccCheckPolicyParent
    pcExtId String
    Unique identifier of the domain manager (Prism Central) instance which owns this policy.
    permissionResources List<GetHciNccCheckPolicyPermissionResource>
    policyId String
    Unique ID associated with the policy.
    publisher String
    Publisher of the NCC policy.
    registeredDevice GetHciNccCheckPolicyRegisteredDevice
    scope String
    Scope for the polcy execution.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    subType String
    Sub-type classification of the NCC policy.
    tags List<GetHciNccCheckPolicyTag>
    targetClusters List<String>
    title String
    The title of the NCC policy.
    type String
    Defines the type of the NCC policy.
    versionContext GetHciNccCheckPolicyVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHciNccCheckPolicyAncestor[]
    classId string
    classifications string[]
    clusterConfigs GetHciNccCheckPolicyClusterConfig[]
    createTime string
    The time when this managed object was created.
    description string
    NCC policy description text.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    domainManager GetHciNccCheckPolicyDomainManager
    entityType string
    Entity type against which the alert is raised.
    id string
    impactType string
    Impact type to which this rule applies.
    kbArticles string[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the NCC policy.
    nccPolicyExtId string
    Unique ID of the NCC policy.
    objectType string
    owners string[]
    parent GetHciNccCheckPolicyParent
    pcExtId string
    Unique identifier of the domain manager (Prism Central) instance which owns this policy.
    permissionResources GetHciNccCheckPolicyPermissionResource[]
    policyId string
    Unique ID associated with the policy.
    publisher string
    Publisher of the NCC policy.
    registeredDevice GetHciNccCheckPolicyRegisteredDevice
    scope string
    Scope for the polcy execution.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    subType string
    Sub-type classification of the NCC policy.
    tags GetHciNccCheckPolicyTag[]
    targetClusters string[]
    title string
    The title of the NCC policy.
    type string
    Defines the type of the NCC policy.
    versionContext GetHciNccCheckPolicyVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHciNccCheckPolicyAncestor]
    class_id str
    classifications Sequence[str]
    cluster_configs Sequence[GetHciNccCheckPolicyClusterConfig]
    create_time str
    The time when this managed object was created.
    description str
    NCC policy description text.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    domain_manager GetHciNccCheckPolicyDomainManager
    entity_type str
    Entity type against which the alert is raised.
    id str
    impact_type str
    Impact type to which this rule applies.
    kb_articles Sequence[str]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name of the NCC policy.
    ncc_policy_ext_id str
    Unique ID of the NCC policy.
    object_type str
    owners Sequence[str]
    parent GetHciNccCheckPolicyParent
    pc_ext_id str
    Unique identifier of the domain manager (Prism Central) instance which owns this policy.
    permission_resources Sequence[GetHciNccCheckPolicyPermissionResource]
    policy_id str
    Unique ID associated with the policy.
    publisher str
    Publisher of the NCC policy.
    registered_device GetHciNccCheckPolicyRegisteredDevice
    scope str
    Scope for the polcy execution.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sub_type str
    Sub-type classification of the NCC policy.
    tags Sequence[GetHciNccCheckPolicyTag]
    target_clusters Sequence[str]
    title str
    The title of the NCC policy.
    type str
    Defines the type of the NCC policy.
    version_context GetHciNccCheckPolicyVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    classifications List<String>
    clusterConfigs List<Property Map>
    createTime String
    The time when this managed object was created.
    description String
    NCC policy description text.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    domainManager Property Map
    entityType String
    Entity type against which the alert is raised.
    id String
    impactType String
    Impact type to which this rule applies.
    kbArticles List<String>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the NCC policy.
    nccPolicyExtId String
    Unique ID of the NCC policy.
    objectType String
    owners List<String>
    parent Property Map
    pcExtId String
    Unique identifier of the domain manager (Prism Central) instance which owns this policy.
    permissionResources List<Property Map>
    policyId String
    Unique ID associated with the policy.
    publisher String
    Publisher of the NCC policy.
    registeredDevice Property Map
    scope String
    Scope for the polcy execution.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    subType String
    Sub-type classification of the NCC policy.
    tags List<Property Map>
    targetClusters List<String>
    title String
    The title of the NCC policy.
    type String
    Defines the type of the NCC policy.
    versionContext Property Map

    getHciNccCheckPolicy Result

    The following output properties are available:

    Id string
    Results List<GetHciNccCheckPolicyResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetHciNccCheckPolicyAncestor>
    ClassId string
    Classifications List<string>
    ClusterConfigs List<GetHciNccCheckPolicyClusterConfig>
    CreateTime string
    Description string
    DomainGroupMoid string
    DomainManager GetHciNccCheckPolicyDomainManager
    EntityType string
    ImpactType string
    KbArticles List<string>
    ModTime string
    Moid string
    Name string
    NccPolicyExtId string
    ObjectType string
    Owners List<string>
    Parent GetHciNccCheckPolicyParent
    PcExtId string
    PermissionResources List<GetHciNccCheckPolicyPermissionResource>
    PolicyId string
    Publisher string
    RegisteredDevice GetHciNccCheckPolicyRegisteredDevice
    Scope string
    SharedScope string
    SubType string
    Tags List<GetHciNccCheckPolicyTag>
    TargetClusters List<string>
    Title string
    Type string
    VersionContext GetHciNccCheckPolicyVersionContext
    Id string
    Results []GetHciNccCheckPolicyResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetHciNccCheckPolicyAncestor
    ClassId string
    Classifications []string
    ClusterConfigs []GetHciNccCheckPolicyClusterConfig
    CreateTime string
    Description string
    DomainGroupMoid string
    DomainManager GetHciNccCheckPolicyDomainManager
    EntityType string
    ImpactType string
    KbArticles []string
    ModTime string
    Moid string
    Name string
    NccPolicyExtId string
    ObjectType string
    Owners []string
    Parent GetHciNccCheckPolicyParent
    PcExtId string
    PermissionResources []GetHciNccCheckPolicyPermissionResource
    PolicyId string
    Publisher string
    RegisteredDevice GetHciNccCheckPolicyRegisteredDevice
    Scope string
    SharedScope string
    SubType string
    Tags []GetHciNccCheckPolicyTag
    TargetClusters []string
    Title string
    Type string
    VersionContext GetHciNccCheckPolicyVersionContext
    id String
    results List<GetHciNccCheckPolicyResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetHciNccCheckPolicyAncestor>
    classId String
    classifications List<String>
    clusterConfigs List<GetHciNccCheckPolicyClusterConfig>
    createTime String
    description String
    domainGroupMoid String
    domainManager GetHciNccCheckPolicyDomainManager
    entityType String
    impactType String
    kbArticles List<String>
    modTime String
    moid String
    name String
    nccPolicyExtId String
    objectType String
    owners List<String>
    parent GetHciNccCheckPolicyParent
    pcExtId String
    permissionResources List<GetHciNccCheckPolicyPermissionResource>
    policyId String
    publisher String
    registeredDevice GetHciNccCheckPolicyRegisteredDevice
    scope String
    sharedScope String
    subType String
    tags List<GetHciNccCheckPolicyTag>
    targetClusters List<String>
    title String
    type String
    versionContext GetHciNccCheckPolicyVersionContext
    id string
    results GetHciNccCheckPolicyResult[]
    accountMoid string
    additionalProperties string
    ancestors GetHciNccCheckPolicyAncestor[]
    classId string
    classifications string[]
    clusterConfigs GetHciNccCheckPolicyClusterConfig[]
    createTime string
    description string
    domainGroupMoid string
    domainManager GetHciNccCheckPolicyDomainManager
    entityType string
    impactType string
    kbArticles string[]
    modTime string
    moid string
    name string
    nccPolicyExtId string
    objectType string
    owners string[]
    parent GetHciNccCheckPolicyParent
    pcExtId string
    permissionResources GetHciNccCheckPolicyPermissionResource[]
    policyId string
    publisher string
    registeredDevice GetHciNccCheckPolicyRegisteredDevice
    scope string
    sharedScope string
    subType string
    tags GetHciNccCheckPolicyTag[]
    targetClusters string[]
    title string
    type string
    versionContext GetHciNccCheckPolicyVersionContext
    id str
    results Sequence[GetHciNccCheckPolicyResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetHciNccCheckPolicyAncestor]
    class_id str
    classifications Sequence[str]
    cluster_configs Sequence[GetHciNccCheckPolicyClusterConfig]
    create_time str
    description str
    domain_group_moid str
    domain_manager GetHciNccCheckPolicyDomainManager
    entity_type str
    impact_type str
    kb_articles Sequence[str]
    mod_time str
    moid str
    name str
    ncc_policy_ext_id str
    object_type str
    owners Sequence[str]
    parent GetHciNccCheckPolicyParent
    pc_ext_id str
    permission_resources Sequence[GetHciNccCheckPolicyPermissionResource]
    policy_id str
    publisher str
    registered_device GetHciNccCheckPolicyRegisteredDevice
    scope str
    shared_scope str
    sub_type str
    tags Sequence[GetHciNccCheckPolicyTag]
    target_clusters Sequence[str]
    title str
    type str
    version_context GetHciNccCheckPolicyVersionContext

    Supporting Types

    GetHciNccCheckPolicyAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetHciNccCheckPolicyClusterConfig

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ClusterExtId string
    Unique ID of the cluster.
    ConfigurableParameters List<GetHciNccCheckPolicyClusterConfigConfigurableParameter>
    IsEnabled bool
    Indicates whether the NCC policy is enabled or not on the cluster.
    LastModifiedTime string
    Time in ISO 8601 format when the NCC policy was last modified.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ScheduleIntervalSeconds double
    Interval in seconds for periodically executing the NCC policy.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ClusterExtId string
    Unique ID of the cluster.
    ConfigurableParameters []GetHciNccCheckPolicyClusterConfigConfigurableParameter
    IsEnabled bool
    Indicates whether the NCC policy is enabled or not on the cluster.
    LastModifiedTime string
    Time in ISO 8601 format when the NCC policy was last modified.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ScheduleIntervalSeconds float64
    Interval in seconds for periodically executing the NCC policy.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    cluster_ext_id string
    Unique ID of the cluster.
    configurable_parameters list(object)
    is_enabled bool
    Indicates whether the NCC policy is enabled or not on the cluster.
    last_modified_time string
    Time in ISO 8601 format when the NCC policy was last modified.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    schedule_interval_seconds number
    Interval in seconds for periodically executing the NCC policy.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    clusterExtId String
    Unique ID of the cluster.
    configurableParameters List<GetHciNccCheckPolicyClusterConfigConfigurableParameter>
    isEnabled Boolean
    Indicates whether the NCC policy is enabled or not on the cluster.
    lastModifiedTime String
    Time in ISO 8601 format when the NCC policy was last modified.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    scheduleIntervalSeconds Double
    Interval in seconds for periodically executing the NCC policy.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    clusterExtId string
    Unique ID of the cluster.
    configurableParameters GetHciNccCheckPolicyClusterConfigConfigurableParameter[]
    isEnabled boolean
    Indicates whether the NCC policy is enabled or not on the cluster.
    lastModifiedTime string
    Time in ISO 8601 format when the NCC policy was last modified.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    scheduleIntervalSeconds number
    Interval in seconds for periodically executing the NCC policy.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    cluster_ext_id str
    Unique ID of the cluster.
    configurable_parameters Sequence[GetHciNccCheckPolicyClusterConfigConfigurableParameter]
    is_enabled bool
    Indicates whether the NCC policy is enabled or not on the cluster.
    last_modified_time str
    Time in ISO 8601 format when the NCC policy was last modified.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    schedule_interval_seconds float
    Interval in seconds for periodically executing the NCC policy.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    clusterExtId String
    Unique ID of the cluster.
    configurableParameters List<Property Map>
    isEnabled Boolean
    Indicates whether the NCC policy is enabled or not on the cluster.
    lastModifiedTime String
    Time in ISO 8601 format when the NCC policy was last modified.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    scheduleIntervalSeconds Number
    Interval in seconds for periodically executing the NCC policy.

    GetHciNccCheckPolicyClusterConfigConfigurableParameter

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Name string
    The name of the NCC policy.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ParamValue GetHciNccCheckPolicyClusterConfigConfigurableParameterParamValue
    Configured value for the parameter.
    Unit string
    Unit of measurement for the parameter.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Name string
    The name of the NCC policy.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ParamValue GetHciNccCheckPolicyClusterConfigConfigurableParameterParamValue
    Configured value for the parameter.
    Unit string
    Unit of measurement for the parameter.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    name string
    The name of the NCC policy.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    param_value object
    Configured value for the parameter.
    unit string
    Unit of measurement for the parameter.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    name String
    The name of the NCC policy.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    paramValue GetHciNccCheckPolicyClusterConfigConfigurableParameterParamValue
    Configured value for the parameter.
    unit String
    Unit of measurement for the parameter.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    name string
    The name of the NCC policy.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    paramValue GetHciNccCheckPolicyClusterConfigConfigurableParameterParamValue
    Configured value for the parameter.
    unit string
    Unit of measurement for the parameter.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    name str
    The name of the NCC policy.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    param_value GetHciNccCheckPolicyClusterConfigConfigurableParameterParamValue
    Configured value for the parameter.
    unit str
    Unit of measurement for the parameter.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    name String
    The name of the NCC policy.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    paramValue Property Map
    Configured value for the parameter.
    unit String
    Unit of measurement for the parameter.

    GetHciNccCheckPolicyClusterConfigConfigurableParameterParamValue

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    CurrentValue string
    Current value of the parameter.
    DefaultValue string
    Default value of the parameter.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ParamValueType string
    The object type of the configurable parameter value.
    ValidValueRanges List<GetHciNccCheckPolicyClusterConfigConfigurableParameterParamValueValidValueRange>
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    CurrentValue string
    Current value of the parameter.
    DefaultValue string
    Default value of the parameter.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ParamValueType string
    The object type of the configurable parameter value.
    ValidValueRanges []GetHciNccCheckPolicyClusterConfigConfigurableParameterParamValueValidValueRange
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    current_value string
    Current value of the parameter.
    default_value string
    Default value of the parameter.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    param_value_type string
    The object type of the configurable parameter value.
    valid_value_ranges list(object)
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    currentValue String
    Current value of the parameter.
    defaultValue String
    Default value of the parameter.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    paramValueType String
    The object type of the configurable parameter value.
    validValueRanges List<GetHciNccCheckPolicyClusterConfigConfigurableParameterParamValueValidValueRange>
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    currentValue string
    Current value of the parameter.
    defaultValue string
    Default value of the parameter.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    paramValueType string
    The object type of the configurable parameter value.
    validValueRanges GetHciNccCheckPolicyClusterConfigConfigurableParameterParamValueValidValueRange[]
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    current_value str
    Current value of the parameter.
    default_value str
    Default value of the parameter.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    param_value_type str
    The object type of the configurable parameter value.
    valid_value_ranges Sequence[GetHciNccCheckPolicyClusterConfigConfigurableParameterParamValueValidValueRange]
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    currentValue String
    Current value of the parameter.
    defaultValue String
    Default value of the parameter.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    paramValueType String
    The object type of the configurable parameter value.
    validValueRanges List<Property Map>

    GetHciNccCheckPolicyClusterConfigConfigurableParameterParamValueValidValueRange

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    MaximumValue string
    Maximum value the parameter can have.
    MinimumValue string
    Minimum value the parameter can have.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    MaximumValue string
    Maximum value the parameter can have.
    MinimumValue string
    Minimum value the parameter can have.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    maximum_value string
    Maximum value the parameter can have.
    minimum_value string
    Minimum value the parameter can have.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    maximumValue String
    Maximum value the parameter can have.
    minimumValue String
    Minimum value the parameter can have.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    maximumValue string
    Maximum value the parameter can have.
    minimumValue string
    Minimum value the parameter can have.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    maximum_value str
    Maximum value the parameter can have.
    minimum_value str
    Minimum value the parameter can have.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    maximumValue String
    Maximum value the parameter can have.
    minimumValue String
    Minimum value the parameter can have.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetHciNccCheckPolicyDomainManager

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetHciNccCheckPolicyParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetHciNccCheckPolicyPermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetHciNccCheckPolicyRegisteredDevice

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetHciNccCheckPolicyResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHciNccCheckPolicyResultAncestor>
    ClassId string
    Classifications List<string>
    ClusterConfigs List<GetHciNccCheckPolicyResultClusterConfig>
    CreateTime string
    The time when this managed object was created.
    Description string
    NCC policy description text.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DomainManagers List<GetHciNccCheckPolicyResultDomainManager>
    EntityType string
    Entity type against which the alert is raised.
    ImpactType string
    Impact type to which this rule applies.
    KbArticles List<string>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the NCC policy.
    NccPolicyExtId string
    Unique ID of the NCC policy.
    ObjectType string
    Owners List<string>
    Parents List<GetHciNccCheckPolicyResultParent>
    PcExtId string
    Unique identifier of the domain manager (Prism Central) instance which owns this policy.
    PermissionResources List<GetHciNccCheckPolicyResultPermissionResource>
    PolicyId string
    Unique ID associated with the policy.
    Publisher string
    Publisher of the NCC policy.
    RegisteredDevices List<GetHciNccCheckPolicyResultRegisteredDevice>
    Scope string
    Scope for the polcy execution.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SubType string
    Sub-type classification of the NCC policy.
    Tags List<GetHciNccCheckPolicyResultTag>
    TargetClusters List<string>
    Title string
    The title of the NCC policy.
    Type string
    Defines the type of the NCC policy.
    VersionContexts List<GetHciNccCheckPolicyResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHciNccCheckPolicyResultAncestor
    ClassId string
    Classifications []string
    ClusterConfigs []GetHciNccCheckPolicyResultClusterConfig
    CreateTime string
    The time when this managed object was created.
    Description string
    NCC policy description text.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DomainManagers []GetHciNccCheckPolicyResultDomainManager
    EntityType string
    Entity type against which the alert is raised.
    ImpactType string
    Impact type to which this rule applies.
    KbArticles []string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the NCC policy.
    NccPolicyExtId string
    Unique ID of the NCC policy.
    ObjectType string
    Owners []string
    Parents []GetHciNccCheckPolicyResultParent
    PcExtId string
    Unique identifier of the domain manager (Prism Central) instance which owns this policy.
    PermissionResources []GetHciNccCheckPolicyResultPermissionResource
    PolicyId string
    Unique ID associated with the policy.
    Publisher string
    Publisher of the NCC policy.
    RegisteredDevices []GetHciNccCheckPolicyResultRegisteredDevice
    Scope string
    Scope for the polcy execution.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SubType string
    Sub-type classification of the NCC policy.
    Tags []GetHciNccCheckPolicyResultTag
    TargetClusters []string
    Title string
    The title of the NCC policy.
    Type string
    Defines the type of the NCC policy.
    VersionContexts []GetHciNccCheckPolicyResultVersionContext
    account_moid string
    The Account ID for this managed object.
    additional_properties string
    ancestors list(object)
    class_id string
    classifications list(string)
    cluster_configs list(object)
    create_time string
    The time when this managed object was created.
    description string
    NCC policy description text.
    domain_group_moid string
    The DomainGroup ID for this managed object.
    domain_managers list(object)
    entity_type string
    Entity type against which the alert is raised.
    impact_type string
    Impact type to which this rule applies.
    kb_articles list(string)
    mod_time string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the NCC policy.
    ncc_policy_ext_id string
    Unique ID of the NCC policy.
    object_type string
    owners list(string)
    parents list(object)
    pc_ext_id string
    Unique identifier of the domain manager (Prism Central) instance which owns this policy.
    permission_resources list(object)
    policy_id string
    Unique ID associated with the policy.
    publisher string
    Publisher of the NCC policy.
    registered_devices list(object)
    scope string
    Scope for the polcy execution.
    shared_scope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sub_type string
    Sub-type classification of the NCC policy.
    tags list(object)
    target_clusters list(string)
    title string
    The title of the NCC policy.
    type string
    Defines the type of the NCC policy.
    version_contexts list(object)
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHciNccCheckPolicyResultAncestor>
    classId String
    classifications List<String>
    clusterConfigs List<GetHciNccCheckPolicyResultClusterConfig>
    createTime String
    The time when this managed object was created.
    description String
    NCC policy description text.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    domainManagers List<GetHciNccCheckPolicyResultDomainManager>
    entityType String
    Entity type against which the alert is raised.
    impactType String
    Impact type to which this rule applies.
    kbArticles List<String>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the NCC policy.
    nccPolicyExtId String
    Unique ID of the NCC policy.
    objectType String
    owners List<String>
    parents List<GetHciNccCheckPolicyResultParent>
    pcExtId String
    Unique identifier of the domain manager (Prism Central) instance which owns this policy.
    permissionResources List<GetHciNccCheckPolicyResultPermissionResource>
    policyId String
    Unique ID associated with the policy.
    publisher String
    Publisher of the NCC policy.
    registeredDevices List<GetHciNccCheckPolicyResultRegisteredDevice>
    scope String
    Scope for the polcy execution.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    subType String
    Sub-type classification of the NCC policy.
    tags List<GetHciNccCheckPolicyResultTag>
    targetClusters List<String>
    title String
    The title of the NCC policy.
    type String
    Defines the type of the NCC policy.
    versionContexts List<GetHciNccCheckPolicyResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHciNccCheckPolicyResultAncestor[]
    classId string
    classifications string[]
    clusterConfigs GetHciNccCheckPolicyResultClusterConfig[]
    createTime string
    The time when this managed object was created.
    description string
    NCC policy description text.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    domainManagers GetHciNccCheckPolicyResultDomainManager[]
    entityType string
    Entity type against which the alert is raised.
    impactType string
    Impact type to which this rule applies.
    kbArticles string[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the NCC policy.
    nccPolicyExtId string
    Unique ID of the NCC policy.
    objectType string
    owners string[]
    parents GetHciNccCheckPolicyResultParent[]
    pcExtId string
    Unique identifier of the domain manager (Prism Central) instance which owns this policy.
    permissionResources GetHciNccCheckPolicyResultPermissionResource[]
    policyId string
    Unique ID associated with the policy.
    publisher string
    Publisher of the NCC policy.
    registeredDevices GetHciNccCheckPolicyResultRegisteredDevice[]
    scope string
    Scope for the polcy execution.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    subType string
    Sub-type classification of the NCC policy.
    tags GetHciNccCheckPolicyResultTag[]
    targetClusters string[]
    title string
    The title of the NCC policy.
    type string
    Defines the type of the NCC policy.
    versionContexts GetHciNccCheckPolicyResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHciNccCheckPolicyResultAncestor]
    class_id str
    classifications Sequence[str]
    cluster_configs Sequence[GetHciNccCheckPolicyResultClusterConfig]
    create_time str
    The time when this managed object was created.
    description str
    NCC policy description text.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    domain_managers Sequence[GetHciNccCheckPolicyResultDomainManager]
    entity_type str
    Entity type against which the alert is raised.
    impact_type str
    Impact type to which this rule applies.
    kb_articles Sequence[str]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name of the NCC policy.
    ncc_policy_ext_id str
    Unique ID of the NCC policy.
    object_type str
    owners Sequence[str]
    parents Sequence[GetHciNccCheckPolicyResultParent]
    pc_ext_id str
    Unique identifier of the domain manager (Prism Central) instance which owns this policy.
    permission_resources Sequence[GetHciNccCheckPolicyResultPermissionResource]
    policy_id str
    Unique ID associated with the policy.
    publisher str
    Publisher of the NCC policy.
    registered_devices Sequence[GetHciNccCheckPolicyResultRegisteredDevice]
    scope str
    Scope for the polcy execution.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sub_type str
    Sub-type classification of the NCC policy.
    tags Sequence[GetHciNccCheckPolicyResultTag]
    target_clusters Sequence[str]
    title str
    The title of the NCC policy.
    type str
    Defines the type of the NCC policy.
    version_contexts Sequence[GetHciNccCheckPolicyResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    classifications List<String>
    clusterConfigs List<Property Map>
    createTime String
    The time when this managed object was created.
    description String
    NCC policy description text.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    domainManagers List<Property Map>
    entityType String
    Entity type against which the alert is raised.
    impactType String
    Impact type to which this rule applies.
    kbArticles List<String>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the NCC policy.
    nccPolicyExtId String
    Unique ID of the NCC policy.
    objectType String
    owners List<String>
    parents List<Property Map>
    pcExtId String
    Unique identifier of the domain manager (Prism Central) instance which owns this policy.
    permissionResources List<Property Map>
    policyId String
    Unique ID associated with the policy.
    publisher String
    Publisher of the NCC policy.
    registeredDevices List<Property Map>
    scope String
    Scope for the polcy execution.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    subType String
    Sub-type classification of the NCC policy.
    tags List<Property Map>
    targetClusters List<String>
    title String
    The title of the NCC policy.
    type String
    Defines the type of the NCC policy.
    versionContexts List<Property Map>

    GetHciNccCheckPolicyResultAncestor

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetHciNccCheckPolicyResultClusterConfig

    GetHciNccCheckPolicyResultClusterConfigConfigurableParameter

    additional_properties string
    class_id string
    name string
    The name of the NCC policy.
    object_type string
    param_values list(object)
    unit string
    additionalProperties String
    classId String
    name String
    The name of the NCC policy.
    objectType String
    paramValues List<Property Map>
    unit String

    GetHciNccCheckPolicyResultClusterConfigConfigurableParameterParamValue

    GetHciNccCheckPolicyResultClusterConfigConfigurableParameterParamValueValidValueRange

    GetHciNccCheckPolicyResultDomainManager

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetHciNccCheckPolicyResultParent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetHciNccCheckPolicyResultPermissionResource

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetHciNccCheckPolicyResultRegisteredDevice

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetHciNccCheckPolicyResultTag

    additional_properties string
    ancestor_definitions list(object)
    definitions list(object)
    key string
    propagated bool
    sys_tag bool
    type string
    Defines the type of the NCC policy.
    value string
    additionalProperties String
    ancestorDefinitions List<Property Map>
    definitions List<Property Map>
    key String
    propagated Boolean
    sysTag Boolean
    type String
    Defines the type of the NCC policy.
    value String

    GetHciNccCheckPolicyResultTagAncestorDefinition

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetHciNccCheckPolicyResultTagDefinition

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetHciNccCheckPolicyResultVersionContext

    GetHciNccCheckPolicyResultVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetHciNccCheckPolicyResultVersionContextRefMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetHciNccCheckPolicyTag

    AdditionalProperties string
    AncestorDefinitions List<GetHciNccCheckPolicyTagAncestorDefinition>
    Definition GetHciNccCheckPolicyTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    Key string
    The string representation of a tag key.
    Propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    SysTag bool
    Specifies whether the tag is user-defined or owned by the system.
    Type string
    Defines the type of the NCC policy.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    AncestorDefinitions []GetHciNccCheckPolicyTagAncestorDefinition
    Definition GetHciNccCheckPolicyTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    Key string
    The string representation of a tag key.
    Propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    SysTag bool
    Specifies whether the tag is user-defined or owned by the system.
    Type string
    Defines the type of the NCC policy.
    Value string
    The string representation of a tag value.
    additional_properties string
    ancestor_definitions list(object)
    definition object
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key string
    The string representation of a tag key.
    propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sys_tag bool
    Specifies whether the tag is user-defined or owned by the system.
    type string
    Defines the type of the NCC policy.
    value string
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<GetHciNccCheckPolicyTagAncestorDefinition>
    definition GetHciNccCheckPolicyTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key String
    The string representation of a tag key.
    propagated Boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag Boolean
    Specifies whether the tag is user-defined or owned by the system.
    type String
    Defines the type of the NCC policy.
    value String
    The string representation of a tag value.
    additionalProperties string
    ancestorDefinitions GetHciNccCheckPolicyTagAncestorDefinition[]
    definition GetHciNccCheckPolicyTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key string
    The string representation of a tag key.
    propagated boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag boolean
    Specifies whether the tag is user-defined or owned by the system.
    type string
    Defines the type of the NCC policy.
    value string
    The string representation of a tag value.
    additional_properties str
    ancestor_definitions Sequence[GetHciNccCheckPolicyTagAncestorDefinition]
    definition GetHciNccCheckPolicyTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key str
    The string representation of a tag key.
    propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sys_tag bool
    Specifies whether the tag is user-defined or owned by the system.
    type str
    Defines the type of the NCC policy.
    value str
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<Property Map>
    definition Property Map
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key String
    The string representation of a tag key.
    propagated Boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag Boolean
    Specifies whether the tag is user-defined or owned by the system.
    type String
    Defines the type of the NCC policy.
    value String
    The string representation of a tag value.

    GetHciNccCheckPolicyTagAncestorDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetHciNccCheckPolicyTagDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetHciNccCheckPolicyVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos List<GetHciNccCheckPolicyVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetHciNccCheckPolicyVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos []GetHciNccCheckPolicyVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetHciNccCheckPolicyVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos list(object)
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo object
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    version_type string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<GetHciNccCheckPolicyVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetHciNccCheckPolicyVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos GetHciNccCheckPolicyVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetHciNccCheckPolicyVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos Sequence[GetHciNccCheckPolicyVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetHciNccCheckPolicyVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetHciNccCheckPolicyVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetHciNccCheckPolicyVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    Viewing docs for intersight 1.0.79
    published on Monday, Aug 24, 2026 by ciscodevnet

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial