intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getHclExemptedCatalog
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Collection used to store exempted products (ie. adapters, storage controllers, etc). These products should be ignored for HCL validation purposes.
Using getHclExemptedCatalog
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 getHclExemptedCatalog(args: GetHclExemptedCatalogArgs, opts?: InvokeOptions): Promise<GetHclExemptedCatalogResult>
function getHclExemptedCatalogOutput(args: GetHclExemptedCatalogOutputArgs, opts?: InvokeOptions): Output<GetHclExemptedCatalogResult>def get_hcl_exempted_catalog(account_moid: Optional[str] = None,
                             additional_properties: Optional[str] = None,
                             ancestors: Optional[Sequence[GetHclExemptedCatalogAncestor]] = None,
                             class_id: Optional[str] = None,
                             comments: Optional[str] = None,
                             create_time: Optional[str] = None,
                             domain_group_moid: Optional[str] = None,
                             id: Optional[str] = None,
                             mod_time: Optional[str] = None,
                             moid: Optional[str] = None,
                             name: Optional[str] = None,
                             object_type: Optional[str] = None,
                             os_vendor: Optional[str] = None,
                             os_version: Optional[str] = None,
                             owners: Optional[Sequence[str]] = None,
                             parent: Optional[GetHclExemptedCatalogParent] = None,
                             permission_resources: Optional[Sequence[GetHclExemptedCatalogPermissionResource]] = None,
                             personality: Optional[str] = None,
                             processor_name: Optional[str] = None,
                             product_models: Optional[Sequence[str]] = None,
                             product_type: Optional[str] = None,
                             server_pid: Optional[str] = None,
                             shared_scope: Optional[str] = None,
                             tags: Optional[Sequence[GetHclExemptedCatalogTag]] = None,
                             ucs_version: Optional[str] = None,
                             version_context: Optional[GetHclExemptedCatalogVersionContext] = None,
                             version_type: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetHclExemptedCatalogResult
def get_hcl_exempted_catalog_output(account_moid: Optional[pulumi.Input[str]] = None,
                             additional_properties: Optional[pulumi.Input[str]] = None,
                             ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHclExemptedCatalogAncestorArgs]]]] = None,
                             class_id: Optional[pulumi.Input[str]] = None,
                             comments: Optional[pulumi.Input[str]] = None,
                             create_time: Optional[pulumi.Input[str]] = None,
                             domain_group_moid: Optional[pulumi.Input[str]] = None,
                             id: Optional[pulumi.Input[str]] = None,
                             mod_time: Optional[pulumi.Input[str]] = None,
                             moid: Optional[pulumi.Input[str]] = None,
                             name: Optional[pulumi.Input[str]] = None,
                             object_type: Optional[pulumi.Input[str]] = None,
                             os_vendor: Optional[pulumi.Input[str]] = None,
                             os_version: Optional[pulumi.Input[str]] = None,
                             owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                             parent: Optional[pulumi.Input[GetHclExemptedCatalogParentArgs]] = None,
                             permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHclExemptedCatalogPermissionResourceArgs]]]] = None,
                             personality: Optional[pulumi.Input[str]] = None,
                             processor_name: Optional[pulumi.Input[str]] = None,
                             product_models: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                             product_type: Optional[pulumi.Input[str]] = None,
                             server_pid: Optional[pulumi.Input[str]] = None,
                             shared_scope: Optional[pulumi.Input[str]] = None,
                             tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHclExemptedCatalogTagArgs]]]] = None,
                             ucs_version: Optional[pulumi.Input[str]] = None,
                             version_context: Optional[pulumi.Input[GetHclExemptedCatalogVersionContextArgs]] = None,
                             version_type: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetHclExemptedCatalogResult]func LookupHclExemptedCatalog(ctx *Context, args *LookupHclExemptedCatalogArgs, opts ...InvokeOption) (*LookupHclExemptedCatalogResult, error)
func LookupHclExemptedCatalogOutput(ctx *Context, args *LookupHclExemptedCatalogOutputArgs, opts ...InvokeOption) LookupHclExemptedCatalogResultOutput> Note: This function is named LookupHclExemptedCatalog in the Go SDK.
public static class GetHclExemptedCatalog 
{
    public static Task<GetHclExemptedCatalogResult> InvokeAsync(GetHclExemptedCatalogArgs args, InvokeOptions? opts = null)
    public static Output<GetHclExemptedCatalogResult> Invoke(GetHclExemptedCatalogInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetHclExemptedCatalogResult> getHclExemptedCatalog(GetHclExemptedCatalogArgs args, InvokeOptions options)
public static Output<GetHclExemptedCatalogResult> getHclExemptedCatalog(GetHclExemptedCatalogArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getHclExemptedCatalog:getHclExemptedCatalog
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHcl Exempted Catalog Ancestor> 
- ClassId string
- Comments string
- Reason for the exemption.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- A unique descriptive name of the exemption.
- ObjectType string
- OsVendor string
- Vendor of the Operating System.
- OsVersion string
- Version of the Operating system.
- Owners List<string>
- Parent
GetHcl Exempted Catalog Parent 
- PermissionResources List<GetHcl Exempted Catalog Permission Resource> 
- Personality string
- It indicates the personality of the sever.
- ProcessorName string
- Name of the processor supported for the server.
- ProductModels List<string>
- ProductType string
- Type of the product/adapter say GPU for graphic cards.* `` - Default type of the Product.* Adapter- Represents network adapter cards.*StorageController- Represents storage controllers.*GPU- Represents graphics cards.
- ServerPid string
- Three part ID representing the server model as returned by UCSM/CIMC XML APIs.
- 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.
- 
List<GetHcl Exempted Catalog Tag> 
- UcsVersion string
- Version of the UCS software.
- VersionContext GetHcl Exempted Catalog Version Context 
- VersionType string
- Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHcl Exempted Catalog Ancestor 
- ClassId string
- Comments string
- Reason for the exemption.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- A unique descriptive name of the exemption.
- ObjectType string
- OsVendor string
- Vendor of the Operating System.
- OsVersion string
- Version of the Operating system.
- Owners []string
- Parent
GetHcl Exempted Catalog Parent 
- PermissionResources []GetHcl Exempted Catalog Permission Resource 
- Personality string
- It indicates the personality of the sever.
- ProcessorName string
- Name of the processor supported for the server.
- ProductModels []string
- ProductType string
- Type of the product/adapter say GPU for graphic cards.* `` - Default type of the Product.* Adapter- Represents network adapter cards.*StorageController- Represents storage controllers.*GPU- Represents graphics cards.
- ServerPid string
- Three part ID representing the server model as returned by UCSM/CIMC XML APIs.
- 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.
- 
[]GetHcl Exempted Catalog Tag 
- UcsVersion string
- Version of the UCS software.
- VersionContext GetHcl Exempted Catalog Version Context 
- VersionType string
- Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHcl Exempted Catalog Ancestor> 
- classId String
- comments String
- Reason for the exemption.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- A unique descriptive name of the exemption.
- objectType String
- osVendor String
- Vendor of the Operating System.
- osVersion String
- Version of the Operating system.
- owners List<String>
- parent
GetHcl Exempted Catalog Parent 
- permissionResources List<GetHcl Exempted Catalog Permission Resource> 
- personality String
- It indicates the personality of the sever.
- processorName String
- Name of the processor supported for the server.
- productModels List<String>
- productType String
- Type of the product/adapter say GPU for graphic cards.* `` - Default type of the Product.* Adapter- Represents network adapter cards.*StorageController- Represents storage controllers.*GPU- Represents graphics cards.
- serverPid String
- Three part ID representing the server model as returned by UCSM/CIMC XML APIs.
- 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.
- 
List<GetHcl Exempted Catalog Tag> 
- ucsVersion String
- Version of the UCS software.
- versionContext GetHcl Exempted Catalog Version Context 
- versionType String
- Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHcl Exempted Catalog Ancestor[] 
- classId string
- comments string
- Reason for the exemption.
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- id string
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- A unique descriptive name of the exemption.
- objectType string
- osVendor string
- Vendor of the Operating System.
- osVersion string
- Version of the Operating system.
- owners string[]
- parent
GetHcl Exempted Catalog Parent 
- permissionResources GetHcl Exempted Catalog Permission Resource[] 
- personality string
- It indicates the personality of the sever.
- processorName string
- Name of the processor supported for the server.
- productModels string[]
- productType string
- Type of the product/adapter say GPU for graphic cards.* `` - Default type of the Product.* Adapter- Represents network adapter cards.*StorageController- Represents storage controllers.*GPU- Represents graphics cards.
- serverPid string
- Three part ID representing the server model as returned by UCSM/CIMC XML APIs.
- 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.
- 
GetHcl Exempted Catalog Tag[] 
- ucsVersion string
- Version of the UCS software.
- versionContext GetHcl Exempted Catalog Version Context 
- versionType string
- Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHcl Exempted Catalog Ancestor] 
- class_id str
- comments str
- Reason for the exemption.
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- id 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
- A unique descriptive name of the exemption.
- object_type str
- os_vendor str
- Vendor of the Operating System.
- os_version str
- Version of the Operating system.
- owners Sequence[str]
- parent
GetHcl Exempted Catalog Parent 
- permission_resources Sequence[GetHcl Exempted Catalog Permission Resource] 
- personality str
- It indicates the personality of the sever.
- processor_name str
- Name of the processor supported for the server.
- product_models Sequence[str]
- product_type str
- Type of the product/adapter say GPU for graphic cards.* `` - Default type of the Product.* Adapter- Represents network adapter cards.*StorageController- Represents storage controllers.*GPU- Represents graphics cards.
- server_pid str
- Three part ID representing the server model as returned by UCSM/CIMC XML APIs.
- 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.
- 
Sequence[GetHcl Exempted Catalog Tag] 
- ucs_version str
- Version of the UCS software.
- version_context GetHcl Exempted Catalog Version Context 
- version_type str
- Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- comments String
- Reason for the exemption.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- A unique descriptive name of the exemption.
- objectType String
- osVendor String
- Vendor of the Operating System.
- osVersion String
- Version of the Operating system.
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- personality String
- It indicates the personality of the sever.
- processorName String
- Name of the processor supported for the server.
- productModels List<String>
- productType String
- Type of the product/adapter say GPU for graphic cards.* `` - Default type of the Product.* Adapter- Represents network adapter cards.*StorageController- Represents storage controllers.*GPU- Represents graphics cards.
- serverPid String
- Three part ID representing the server model as returned by UCSM/CIMC XML APIs.
- 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.
- List<Property Map>
- ucsVersion String
- Version of the UCS software.
- versionContext Property Map
- versionType String
- Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.
getHclExemptedCatalog Result
The following output properties are available:
- Id string
- Results
List<GetHcl Exempted Catalog Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetHcl Exempted Catalog Ancestor> 
- ClassId string
- Comments string
- CreateTime string
- DomainGroup stringMoid 
- ModTime string
- Moid string
- Name string
- ObjectType string
- OsVendor string
- OsVersion string
- Owners List<string>
- Parent
GetHcl Exempted Catalog Parent 
- PermissionResources List<GetHcl Exempted Catalog Permission Resource> 
- Personality string
- ProcessorName string
- ProductModels List<string>
- ProductType string
- ServerPid string
- string
- 
List<GetHcl Exempted Catalog Tag> 
- UcsVersion string
- VersionContext GetHcl Exempted Catalog Version Context 
- VersionType string
- Id string
- Results
[]GetHcl Exempted Catalog Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetHcl Exempted Catalog Ancestor 
- ClassId string
- Comments string
- CreateTime string
- DomainGroup stringMoid 
- ModTime string
- Moid string
- Name string
- ObjectType string
- OsVendor string
- OsVersion string
- Owners []string
- Parent
GetHcl Exempted Catalog Parent 
- PermissionResources []GetHcl Exempted Catalog Permission Resource 
- Personality string
- ProcessorName string
- ProductModels []string
- ProductType string
- ServerPid string
- string
- 
[]GetHcl Exempted Catalog Tag 
- UcsVersion string
- VersionContext GetHcl Exempted Catalog Version Context 
- VersionType string
- id String
- results
List<GetHcl Exempted Catalog Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetHcl Exempted Catalog Ancestor> 
- classId String
- comments String
- createTime String
- domainGroup StringMoid 
- modTime String
- moid String
- name String
- objectType String
- osVendor String
- osVersion String
- owners List<String>
- parent
GetHcl Exempted Catalog Parent 
- permissionResources List<GetHcl Exempted Catalog Permission Resource> 
- personality String
- processorName String
- productModels List<String>
- productType String
- serverPid String
- String
- 
List<GetHcl Exempted Catalog Tag> 
- ucsVersion String
- versionContext GetHcl Exempted Catalog Version Context 
- versionType String
- id string
- results
GetHcl Exempted Catalog Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetHcl Exempted Catalog Ancestor[] 
- classId string
- comments string
- createTime string
- domainGroup stringMoid 
- modTime string
- moid string
- name string
- objectType string
- osVendor string
- osVersion string
- owners string[]
- parent
GetHcl Exempted Catalog Parent 
- permissionResources GetHcl Exempted Catalog Permission Resource[] 
- personality string
- processorName string
- productModels string[]
- productType string
- serverPid string
- string
- 
GetHcl Exempted Catalog Tag[] 
- ucsVersion string
- versionContext GetHcl Exempted Catalog Version Context 
- versionType string
- id str
- results
Sequence[GetHcl Exempted Catalog Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetHcl Exempted Catalog Ancestor] 
- class_id str
- comments str
- create_time str
- domain_group_ strmoid 
- mod_time str
- moid str
- name str
- object_type str
- os_vendor str
- os_version str
- owners Sequence[str]
- parent
GetHcl Exempted Catalog Parent 
- permission_resources Sequence[GetHcl Exempted Catalog Permission Resource] 
- personality str
- processor_name str
- product_models Sequence[str]
- product_type str
- server_pid str
- str
- 
Sequence[GetHcl Exempted Catalog Tag] 
- ucs_version str
- version_context GetHcl Exempted Catalog Version Context 
- version_type str
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- comments String
- createTime String
- domainGroup StringMoid 
- modTime String
- moid String
- name String
- objectType String
- osVendor String
- osVersion String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- personality String
- processorName String
- productModels List<String>
- productType String
- serverPid String
- String
- List<Property Map>
- ucsVersion String
- versionContext Property Map
- versionType String
Supporting Types
GetHclExemptedCatalogAncestor    
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetHclExemptedCatalogParent    
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetHclExemptedCatalogPermissionResource     
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetHclExemptedCatalogResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHcl Exempted Catalog Result Ancestor> 
- ClassId string
- Comments string
- Reason for the exemption.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- A unique descriptive name of the exemption.
- ObjectType string
- OsVendor string
- Vendor of the Operating System.
- OsVersion string
- Version of the Operating system.
- Owners List<string>
- Parents
List<GetHcl Exempted Catalog Result Parent> 
- PermissionResources List<GetHcl Exempted Catalog Result Permission Resource> 
- Personality string
- It indicates the personality of the sever.
- ProcessorName string
- Name of the processor supported for the server.
- ProductModels List<string>
- ProductType string
- Type of the product/adapter say GPU for graphic cards.* `` - Default type of the Product.* Adapter- Represents network adapter cards.*StorageController- Represents storage controllers.*GPU- Represents graphics cards.
- ServerPid string
- Three part ID representing the server model as returned by UCSM/CIMC XML APIs.
- 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.
- 
List<GetHcl Exempted Catalog Result Tag> 
- UcsVersion string
- Version of the UCS software.
- VersionContexts List<GetHcl Exempted Catalog Result Version Context> 
- VersionType string
- Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHcl Exempted Catalog Result Ancestor 
- ClassId string
- Comments string
- Reason for the exemption.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- A unique descriptive name of the exemption.
- ObjectType string
- OsVendor string
- Vendor of the Operating System.
- OsVersion string
- Version of the Operating system.
- Owners []string
- Parents
[]GetHcl Exempted Catalog Result Parent 
- PermissionResources []GetHcl Exempted Catalog Result Permission Resource 
- Personality string
- It indicates the personality of the sever.
- ProcessorName string
- Name of the processor supported for the server.
- ProductModels []string
- ProductType string
- Type of the product/adapter say GPU for graphic cards.* `` - Default type of the Product.* Adapter- Represents network adapter cards.*StorageController- Represents storage controllers.*GPU- Represents graphics cards.
- ServerPid string
- Three part ID representing the server model as returned by UCSM/CIMC XML APIs.
- 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.
- 
[]GetHcl Exempted Catalog Result Tag 
- UcsVersion string
- Version of the UCS software.
- VersionContexts []GetHcl Exempted Catalog Result Version Context 
- VersionType string
- Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHcl Exempted Catalog Result Ancestor> 
- classId String
- comments String
- Reason for the exemption.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- A unique descriptive name of the exemption.
- objectType String
- osVendor String
- Vendor of the Operating System.
- osVersion String
- Version of the Operating system.
- owners List<String>
- parents
List<GetHcl Exempted Catalog Result Parent> 
- permissionResources List<GetHcl Exempted Catalog Result Permission Resource> 
- personality String
- It indicates the personality of the sever.
- processorName String
- Name of the processor supported for the server.
- productModels List<String>
- productType String
- Type of the product/adapter say GPU for graphic cards.* `` - Default type of the Product.* Adapter- Represents network adapter cards.*StorageController- Represents storage controllers.*GPU- Represents graphics cards.
- serverPid String
- Three part ID representing the server model as returned by UCSM/CIMC XML APIs.
- 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.
- 
List<GetHcl Exempted Catalog Result Tag> 
- ucsVersion String
- Version of the UCS software.
- versionContexts List<GetHcl Exempted Catalog Result Version Context> 
- versionType String
- Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHcl Exempted Catalog Result Ancestor[] 
- classId string
- comments string
- Reason for the exemption.
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- A unique descriptive name of the exemption.
- objectType string
- osVendor string
- Vendor of the Operating System.
- osVersion string
- Version of the Operating system.
- owners string[]
- parents
GetHcl Exempted Catalog Result Parent[] 
- permissionResources GetHcl Exempted Catalog Result Permission Resource[] 
- personality string
- It indicates the personality of the sever.
- processorName string
- Name of the processor supported for the server.
- productModels string[]
- productType string
- Type of the product/adapter say GPU for graphic cards.* `` - Default type of the Product.* Adapter- Represents network adapter cards.*StorageController- Represents storage controllers.*GPU- Represents graphics cards.
- serverPid string
- Three part ID representing the server model as returned by UCSM/CIMC XML APIs.
- 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.
- 
GetHcl Exempted Catalog Result Tag[] 
- ucsVersion string
- Version of the UCS software.
- versionContexts GetHcl Exempted Catalog Result Version Context[] 
- versionType string
- Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHcl Exempted Catalog Result Ancestor] 
- class_id str
- comments str
- Reason for the exemption.
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- A unique descriptive name of the exemption.
- object_type str
- os_vendor str
- Vendor of the Operating System.
- os_version str
- Version of the Operating system.
- owners Sequence[str]
- parents
Sequence[GetHcl Exempted Catalog Result Parent] 
- permission_resources Sequence[GetHcl Exempted Catalog Result Permission Resource] 
- personality str
- It indicates the personality of the sever.
- processor_name str
- Name of the processor supported for the server.
- product_models Sequence[str]
- product_type str
- Type of the product/adapter say GPU for graphic cards.* `` - Default type of the Product.* Adapter- Represents network adapter cards.*StorageController- Represents storage controllers.*GPU- Represents graphics cards.
- server_pid str
- Three part ID representing the server model as returned by UCSM/CIMC XML APIs.
- 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.
- 
Sequence[GetHcl Exempted Catalog Result Tag] 
- ucs_version str
- Version of the UCS software.
- version_contexts Sequence[GetHcl Exempted Catalog Result Version Context] 
- version_type str
- Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- comments String
- Reason for the exemption.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- A unique descriptive name of the exemption.
- objectType String
- osVendor String
- Vendor of the Operating System.
- osVersion String
- Version of the Operating system.
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- personality String
- It indicates the personality of the sever.
- processorName String
- Name of the processor supported for the server.
- productModels List<String>
- productType String
- Type of the product/adapter say GPU for graphic cards.* `` - Default type of the Product.* Adapter- Represents network adapter cards.*StorageController- Represents storage controllers.*GPU- Represents graphics cards.
- serverPid String
- Three part ID representing the server model as returned by UCSM/CIMC XML APIs.
- 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.
- List<Property Map>
- ucsVersion String
- Version of the UCS software.
- versionContexts List<Property Map>
- versionType String
- Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.
GetHclExemptedCatalogResultAncestor     
- 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
- 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
GetHclExemptedCatalogResultParent     
- 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
- 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
GetHclExemptedCatalogResultPermissionResource      
- 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
- 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
GetHclExemptedCatalogResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetHclExemptedCatalogResultVersionContext      
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetHcl Exempted Catalog Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos List<GetHcl Exempted Catalog Result Version Context Ref Mo> 
- Timestamp string
- VersionType string
- Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.
- AdditionalProperties string
- ClassId string
- InterestedMos []GetHcl Exempted Catalog Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos []GetHcl Exempted Catalog Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.
- additionalProperties String
- classId String
- interestedMos List<GetHcl Exempted Catalog Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetHcl Exempted Catalog Result Version Context Ref Mo> 
- timestamp String
- versionType String
- Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.
- additionalProperties string
- classId string
- interestedMos GetHcl Exempted Catalog Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetHcl Exempted Catalog Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.
- additional_properties str
- class_id str
- interested_mos Sequence[GetHcl Exempted Catalog Result Version Context Interested Mo] 
- marked_for_ booldeletion 
- nr_version str
- object_type str
- ref_mos Sequence[GetHcl Exempted Catalog Result Version Context Ref Mo] 
- timestamp str
- version_type str
- Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
- Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.
GetHclExemptedCatalogResultVersionContextInterestedMo        
- 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
- 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
GetHclExemptedCatalogResultVersionContextRefMo        
- 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
- 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
GetHclExemptedCatalogTag    
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetHclExemptedCatalogVersionContext     
- 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<GetHcl Exempted Catalog Version Context Interested Mo> 
- MarkedFor boolDeletion 
- 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 GetHcl Exempted Catalog Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.
- 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 []GetHcl Exempted Catalog Version Context Interested Mo 
- MarkedFor boolDeletion 
- 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 GetHcl Exempted Catalog Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.
- 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<GetHcl Exempted Catalog Version Context Interested Mo> 
- markedFor BooleanDeletion 
- 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 GetHcl Exempted Catalog Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.
- 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 GetHcl Exempted Catalog Version Context Interested Mo[] 
- markedFor booleanDeletion 
- 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 GetHcl Exempted Catalog Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.
- 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[GetHcl Exempted Catalog Version Context Interested Mo] 
- marked_for_ booldeletion 
- 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 GetHcl Exempted Catalog Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.
- 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>
- markedFor BooleanDeletion 
- 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
- Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.
GetHclExemptedCatalogVersionContextInterestedMo       
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetHclExemptedCatalogVersionContextRefMo       
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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 intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet