intersight.getTamAdvisoryDefinition
Explore with Pulumi AI
An Intersight Advisory. An advisory represents an identification of a potential issue and may also include a recommendation for resolving the said issue. Advisories may be of different kind and severity. for e.g. It could be a security vulnerability or a performance issue or a hardware issue with different recommendations for resolving them.
Using getTamAdvisoryDefinition
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 getTamAdvisoryDefinition(args: GetTamAdvisoryDefinitionArgs, opts?: InvokeOptions): Promise<GetTamAdvisoryDefinitionResult>
function getTamAdvisoryDefinitionOutput(args: GetTamAdvisoryDefinitionOutputArgs, opts?: InvokeOptions): Output<GetTamAdvisoryDefinitionResult>def get_tam_advisory_definition(account_moid: Optional[str] = None,
                                actions: Optional[Sequence[GetTamAdvisoryDefinitionAction]] = None,
                                additional_properties: Optional[str] = None,
                                advisory_details: Optional[GetTamAdvisoryDefinitionAdvisoryDetails] = None,
                                advisory_id: Optional[str] = None,
                                ancestors: Optional[Sequence[GetTamAdvisoryDefinitionAncestor]] = None,
                                api_data_sources: Optional[Sequence[GetTamAdvisoryDefinitionApiDataSource]] = None,
                                class_id: Optional[str] = None,
                                create_time: Optional[str] = None,
                                date_published: Optional[str] = None,
                                date_updated: Optional[str] = None,
                                description: Optional[str] = None,
                                domain_group_moid: Optional[str] = None,
                                execute_on_pod: Optional[str] = None,
                                external_url: Optional[str] = None,
                                id: Optional[str] = None,
                                mod_time: Optional[str] = None,
                                moid: Optional[str] = None,
                                name: Optional[str] = None,
                                nr_version: Optional[str] = None,
                                object_type: Optional[str] = None,
                                organization: Optional[GetTamAdvisoryDefinitionOrganization] = None,
                                other_ref_urls: Optional[Sequence[str]] = None,
                                owners: Optional[Sequence[str]] = None,
                                parent: Optional[GetTamAdvisoryDefinitionParent] = None,
                                permission_resources: Optional[Sequence[GetTamAdvisoryDefinitionPermissionResource]] = None,
                                recommendation: Optional[str] = None,
                                s3_data_sources: Optional[Sequence[GetTamAdvisoryDefinitionS3DataSource]] = None,
                                severity: Optional[GetTamAdvisoryDefinitionSeverity] = None,
                                shared_scope: Optional[str] = None,
                                state: Optional[str] = None,
                                tags: Optional[Sequence[GetTamAdvisoryDefinitionTag]] = None,
                                type: Optional[str] = None,
                                version_context: Optional[GetTamAdvisoryDefinitionVersionContext] = None,
                                workaround: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetTamAdvisoryDefinitionResult
def get_tam_advisory_definition_output(account_moid: Optional[pulumi.Input[str]] = None,
                                actions: Optional[pulumi.Input[Sequence[pulumi.Input[GetTamAdvisoryDefinitionActionArgs]]]] = None,
                                additional_properties: Optional[pulumi.Input[str]] = None,
                                advisory_details: Optional[pulumi.Input[GetTamAdvisoryDefinitionAdvisoryDetailsArgs]] = None,
                                advisory_id: Optional[pulumi.Input[str]] = None,
                                ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetTamAdvisoryDefinitionAncestorArgs]]]] = None,
                                api_data_sources: Optional[pulumi.Input[Sequence[pulumi.Input[GetTamAdvisoryDefinitionApiDataSourceArgs]]]] = None,
                                class_id: Optional[pulumi.Input[str]] = None,
                                create_time: Optional[pulumi.Input[str]] = None,
                                date_published: Optional[pulumi.Input[str]] = None,
                                date_updated: Optional[pulumi.Input[str]] = None,
                                description: Optional[pulumi.Input[str]] = None,
                                domain_group_moid: Optional[pulumi.Input[str]] = None,
                                execute_on_pod: Optional[pulumi.Input[str]] = None,
                                external_url: 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,
                                nr_version: Optional[pulumi.Input[str]] = None,
                                object_type: Optional[pulumi.Input[str]] = None,
                                organization: Optional[pulumi.Input[GetTamAdvisoryDefinitionOrganizationArgs]] = None,
                                other_ref_urls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                parent: Optional[pulumi.Input[GetTamAdvisoryDefinitionParentArgs]] = None,
                                permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetTamAdvisoryDefinitionPermissionResourceArgs]]]] = None,
                                recommendation: Optional[pulumi.Input[str]] = None,
                                s3_data_sources: Optional[pulumi.Input[Sequence[pulumi.Input[GetTamAdvisoryDefinitionS3DataSourceArgs]]]] = None,
                                severity: Optional[pulumi.Input[GetTamAdvisoryDefinitionSeverityArgs]] = None,
                                shared_scope: Optional[pulumi.Input[str]] = None,
                                state: Optional[pulumi.Input[str]] = None,
                                tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetTamAdvisoryDefinitionTagArgs]]]] = None,
                                type: Optional[pulumi.Input[str]] = None,
                                version_context: Optional[pulumi.Input[GetTamAdvisoryDefinitionVersionContextArgs]] = None,
                                workaround: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetTamAdvisoryDefinitionResult]func LookupTamAdvisoryDefinition(ctx *Context, args *LookupTamAdvisoryDefinitionArgs, opts ...InvokeOption) (*LookupTamAdvisoryDefinitionResult, error)
func LookupTamAdvisoryDefinitionOutput(ctx *Context, args *LookupTamAdvisoryDefinitionOutputArgs, opts ...InvokeOption) LookupTamAdvisoryDefinitionResultOutput> Note: This function is named LookupTamAdvisoryDefinition in the Go SDK.
public static class GetTamAdvisoryDefinition 
{
    public static Task<GetTamAdvisoryDefinitionResult> InvokeAsync(GetTamAdvisoryDefinitionArgs args, InvokeOptions? opts = null)
    public static Output<GetTamAdvisoryDefinitionResult> Invoke(GetTamAdvisoryDefinitionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTamAdvisoryDefinitionResult> getTamAdvisoryDefinition(GetTamAdvisoryDefinitionArgs args, InvokeOptions options)
public static Output<GetTamAdvisoryDefinitionResult> getTamAdvisoryDefinition(GetTamAdvisoryDefinitionArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getTamAdvisoryDefinition:getTamAdvisoryDefinition
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- Actions
List<GetTam Advisory Definition Action> 
- AdditionalProperties string
- AdvisoryDetails GetTam Advisory Definition Advisory Details 
- AdvisoryId string
- Cisco generated identifier for the published security/field-notice/end-of-life advisory.
- Ancestors
List<GetTam Advisory Definition Ancestor> 
- ApiData List<GetSources Tam Advisory Definition Api Data Source> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DatePublished string
- Date when the security/field-notice/end-of-life advisory was first published by Cisco.
- DateUpdated string
- Date when the security/field-notice/end-of-life advisory was last updated by Cisco.
- Description string
- Brief description of the advisory details.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExecuteOn stringPod 
- Orion pod on which this advisory should process.* tier1- Advisory processing will be taken care in first advisory driver of multinode cluster.*tier2- Advisory processing will be taken care in second advisory driver of multinode cluster.
- ExternalUrl string
- A link to an external URL describing security Advisory in more details.
- 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 user defined name for the Intersight Advisory.
- NrVersion string
- Cisco assigned advisory/field-notice/end-of-life version after latest revision.
- ObjectType string
- Organization
GetTam Advisory Definition Organization 
- OtherRef List<string>Urls 
- Owners List<string>
- Parent
GetTam Advisory Definition Parent 
- PermissionResources List<GetTam Advisory Definition Permission Resource> 
- Recommendation string
- Recommended action to resolve the security advisory.
- S3DataSources List<GetTam Advisory Definition S3Data Source> 
- Severity
GetTam Advisory Definition Severity 
- 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.
- State string
- Current state of the advisory.* ready- Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.*evaluating- Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.
- 
List<GetTam Advisory Definition Tag> 
- Type string
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- VersionContext GetTam Advisory Definition Version Context 
- Workaround string
- Workarounds available for the advisory.
- AccountMoid string
- The Account ID for this managed object.
- Actions
[]GetTam Advisory Definition Action 
- AdditionalProperties string
- AdvisoryDetails GetTam Advisory Definition Advisory Details 
- AdvisoryId string
- Cisco generated identifier for the published security/field-notice/end-of-life advisory.
- Ancestors
[]GetTam Advisory Definition Ancestor 
- ApiData []GetSources Tam Advisory Definition Api Data Source 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DatePublished string
- Date when the security/field-notice/end-of-life advisory was first published by Cisco.
- DateUpdated string
- Date when the security/field-notice/end-of-life advisory was last updated by Cisco.
- Description string
- Brief description of the advisory details.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExecuteOn stringPod 
- Orion pod on which this advisory should process.* tier1- Advisory processing will be taken care in first advisory driver of multinode cluster.*tier2- Advisory processing will be taken care in second advisory driver of multinode cluster.
- ExternalUrl string
- A link to an external URL describing security Advisory in more details.
- 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 user defined name for the Intersight Advisory.
- NrVersion string
- Cisco assigned advisory/field-notice/end-of-life version after latest revision.
- ObjectType string
- Organization
GetTam Advisory Definition Organization 
- OtherRef []stringUrls 
- Owners []string
- Parent
GetTam Advisory Definition Parent 
- PermissionResources []GetTam Advisory Definition Permission Resource 
- Recommendation string
- Recommended action to resolve the security advisory.
- S3DataSources []GetTam Advisory Definition S3Data Source 
- Severity
GetTam Advisory Definition Severity 
- 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.
- State string
- Current state of the advisory.* ready- Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.*evaluating- Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.
- 
[]GetTam Advisory Definition Tag 
- Type string
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- VersionContext GetTam Advisory Definition Version Context 
- Workaround string
- Workarounds available for the advisory.
- accountMoid String
- The Account ID for this managed object.
- actions
List<GetTam Advisory Definition Action> 
- additionalProperties String
- advisoryDetails GetTam Advisory Definition Advisory Details 
- advisoryId String
- Cisco generated identifier for the published security/field-notice/end-of-life advisory.
- ancestors
List<GetTam Advisory Definition Ancestor> 
- apiData List<GetSources Tam Advisory Definition Api Data Source> 
- classId String
- createTime String
- The time when this managed object was created.
- datePublished String
- Date when the security/field-notice/end-of-life advisory was first published by Cisco.
- dateUpdated String
- Date when the security/field-notice/end-of-life advisory was last updated by Cisco.
- description String
- Brief description of the advisory details.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- executeOn StringPod 
- Orion pod on which this advisory should process.* tier1- Advisory processing will be taken care in first advisory driver of multinode cluster.*tier2- Advisory processing will be taken care in second advisory driver of multinode cluster.
- externalUrl String
- A link to an external URL describing security Advisory in more details.
- 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 user defined name for the Intersight Advisory.
- nrVersion String
- Cisco assigned advisory/field-notice/end-of-life version after latest revision.
- objectType String
- organization
GetTam Advisory Definition Organization 
- otherRef List<String>Urls 
- owners List<String>
- parent
GetTam Advisory Definition Parent 
- permissionResources List<GetTam Advisory Definition Permission Resource> 
- recommendation String
- Recommended action to resolve the security advisory.
- s3DataSources List<GetTam Advisory Definition S3Data Source> 
- severity
GetTam Advisory Definition Severity 
- 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.
- state String
- Current state of the advisory.* ready- Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.*evaluating- Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.
- 
List<GetTam Advisory Definition Tag> 
- type String
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- versionContext GetTam Advisory Definition Version Context 
- workaround String
- Workarounds available for the advisory.
- accountMoid string
- The Account ID for this managed object.
- actions
GetTam Advisory Definition Action[] 
- additionalProperties string
- advisoryDetails GetTam Advisory Definition Advisory Details 
- advisoryId string
- Cisco generated identifier for the published security/field-notice/end-of-life advisory.
- ancestors
GetTam Advisory Definition Ancestor[] 
- apiData GetSources Tam Advisory Definition Api Data Source[] 
- classId string
- createTime string
- The time when this managed object was created.
- datePublished string
- Date when the security/field-notice/end-of-life advisory was first published by Cisco.
- dateUpdated string
- Date when the security/field-notice/end-of-life advisory was last updated by Cisco.
- description string
- Brief description of the advisory details.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- executeOn stringPod 
- Orion pod on which this advisory should process.* tier1- Advisory processing will be taken care in first advisory driver of multinode cluster.*tier2- Advisory processing will be taken care in second advisory driver of multinode cluster.
- externalUrl string
- A link to an external URL describing security Advisory in more details.
- 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 user defined name for the Intersight Advisory.
- nrVersion string
- Cisco assigned advisory/field-notice/end-of-life version after latest revision.
- objectType string
- organization
GetTam Advisory Definition Organization 
- otherRef string[]Urls 
- owners string[]
- parent
GetTam Advisory Definition Parent 
- permissionResources GetTam Advisory Definition Permission Resource[] 
- recommendation string
- Recommended action to resolve the security advisory.
- s3DataSources GetTam Advisory Definition S3Data Source[] 
- severity
GetTam Advisory Definition Severity 
- 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.
- state string
- Current state of the advisory.* ready- Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.*evaluating- Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.
- 
GetTam Advisory Definition Tag[] 
- type string
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- versionContext GetTam Advisory Definition Version Context 
- workaround string
- Workarounds available for the advisory.
- account_moid str
- The Account ID for this managed object.
- actions
Sequence[GetTam Advisory Definition Action] 
- additional_properties str
- advisory_details GetTam Advisory Definition Advisory Details 
- advisory_id str
- Cisco generated identifier for the published security/field-notice/end-of-life advisory.
- ancestors
Sequence[GetTam Advisory Definition Ancestor] 
- api_data_ Sequence[Getsources Tam Advisory Definition Api Data Source] 
- class_id str
- create_time str
- The time when this managed object was created.
- date_published str
- Date when the security/field-notice/end-of-life advisory was first published by Cisco.
- date_updated str
- Date when the security/field-notice/end-of-life advisory was last updated by Cisco.
- description str
- Brief description of the advisory details.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- execute_on_ strpod 
- Orion pod on which this advisory should process.* tier1- Advisory processing will be taken care in first advisory driver of multinode cluster.*tier2- Advisory processing will be taken care in second advisory driver of multinode cluster.
- external_url str
- A link to an external URL describing security Advisory in more details.
- 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 user defined name for the Intersight Advisory.
- nr_version str
- Cisco assigned advisory/field-notice/end-of-life version after latest revision.
- object_type str
- organization
GetTam Advisory Definition Organization 
- other_ref_ Sequence[str]urls 
- owners Sequence[str]
- parent
GetTam Advisory Definition Parent 
- permission_resources Sequence[GetTam Advisory Definition Permission Resource] 
- recommendation str
- Recommended action to resolve the security advisory.
- s3_data_ Sequence[Getsources Tam Advisory Definition S3Data Source] 
- severity
GetTam Advisory Definition Severity 
- 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.
- state str
- Current state of the advisory.* ready- Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.*evaluating- Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.
- 
Sequence[GetTam Advisory Definition Tag] 
- type str
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- version_context GetTam Advisory Definition Version Context 
- workaround str
- Workarounds available for the advisory.
- accountMoid String
- The Account ID for this managed object.
- actions List<Property Map>
- additionalProperties String
- advisoryDetails Property Map
- advisoryId String
- Cisco generated identifier for the published security/field-notice/end-of-life advisory.
- ancestors List<Property Map>
- apiData List<Property Map>Sources 
- classId String
- createTime String
- The time when this managed object was created.
- datePublished String
- Date when the security/field-notice/end-of-life advisory was first published by Cisco.
- dateUpdated String
- Date when the security/field-notice/end-of-life advisory was last updated by Cisco.
- description String
- Brief description of the advisory details.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- executeOn StringPod 
- Orion pod on which this advisory should process.* tier1- Advisory processing will be taken care in first advisory driver of multinode cluster.*tier2- Advisory processing will be taken care in second advisory driver of multinode cluster.
- externalUrl String
- A link to an external URL describing security Advisory in more details.
- 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 user defined name for the Intersight Advisory.
- nrVersion String
- Cisco assigned advisory/field-notice/end-of-life version after latest revision.
- objectType String
- organization Property Map
- otherRef List<String>Urls 
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- recommendation String
- Recommended action to resolve the security advisory.
- s3DataSources List<Property Map>
- severity Property Map
- 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.
- state String
- Current state of the advisory.* ready- Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.*evaluating- Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.
- List<Property Map>
- type String
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- versionContext Property Map
- workaround String
- Workarounds available for the advisory.
getTamAdvisoryDefinition Result
The following output properties are available:
- Id string
- Results
List<GetTam Advisory Definition Result> 
- AccountMoid string
- Actions
List<GetTam Advisory Definition Action> 
- AdditionalProperties string
- AdvisoryDetails GetTam Advisory Definition Advisory Details 
- AdvisoryId string
- Ancestors
List<GetTam Advisory Definition Ancestor> 
- ApiData List<GetSources Tam Advisory Definition Api Data Source> 
- ClassId string
- CreateTime string
- DatePublished string
- DateUpdated string
- Description string
- DomainGroup stringMoid 
- ExecuteOn stringPod 
- ExternalUrl string
- ModTime string
- Moid string
- Name string
- NrVersion string
- ObjectType string
- Organization
GetTam Advisory Definition Organization 
- OtherRef List<string>Urls 
- Owners List<string>
- Parent
GetTam Advisory Definition Parent 
- PermissionResources List<GetTam Advisory Definition Permission Resource> 
- Recommendation string
- S3DataSources List<GetTam Advisory Definition S3Data Source> 
- Severity
GetTam Advisory Definition Severity 
- string
- State string
- 
List<GetTam Advisory Definition Tag> 
- Type string
- VersionContext GetTam Advisory Definition Version Context 
- Workaround string
- Id string
- Results
[]GetTam Advisory Definition Result 
- AccountMoid string
- Actions
[]GetTam Advisory Definition Action 
- AdditionalProperties string
- AdvisoryDetails GetTam Advisory Definition Advisory Details 
- AdvisoryId string
- Ancestors
[]GetTam Advisory Definition Ancestor 
- ApiData []GetSources Tam Advisory Definition Api Data Source 
- ClassId string
- CreateTime string
- DatePublished string
- DateUpdated string
- Description string
- DomainGroup stringMoid 
- ExecuteOn stringPod 
- ExternalUrl string
- ModTime string
- Moid string
- Name string
- NrVersion string
- ObjectType string
- Organization
GetTam Advisory Definition Organization 
- OtherRef []stringUrls 
- Owners []string
- Parent
GetTam Advisory Definition Parent 
- PermissionResources []GetTam Advisory Definition Permission Resource 
- Recommendation string
- S3DataSources []GetTam Advisory Definition S3Data Source 
- Severity
GetTam Advisory Definition Severity 
- string
- State string
- 
[]GetTam Advisory Definition Tag 
- Type string
- VersionContext GetTam Advisory Definition Version Context 
- Workaround string
- id String
- results
List<GetTam Advisory Definition Result> 
- accountMoid String
- actions
List<GetTam Advisory Definition Action> 
- additionalProperties String
- advisoryDetails GetTam Advisory Definition Advisory Details 
- advisoryId String
- ancestors
List<GetTam Advisory Definition Ancestor> 
- apiData List<GetSources Tam Advisory Definition Api Data Source> 
- classId String
- createTime String
- datePublished String
- dateUpdated String
- description String
- domainGroup StringMoid 
- executeOn StringPod 
- externalUrl String
- modTime String
- moid String
- name String
- nrVersion String
- objectType String
- organization
GetTam Advisory Definition Organization 
- otherRef List<String>Urls 
- owners List<String>
- parent
GetTam Advisory Definition Parent 
- permissionResources List<GetTam Advisory Definition Permission Resource> 
- recommendation String
- s3DataSources List<GetTam Advisory Definition S3Data Source> 
- severity
GetTam Advisory Definition Severity 
- String
- state String
- 
List<GetTam Advisory Definition Tag> 
- type String
- versionContext GetTam Advisory Definition Version Context 
- workaround String
- id string
- results
GetTam Advisory Definition Result[] 
- accountMoid string
- actions
GetTam Advisory Definition Action[] 
- additionalProperties string
- advisoryDetails GetTam Advisory Definition Advisory Details 
- advisoryId string
- ancestors
GetTam Advisory Definition Ancestor[] 
- apiData GetSources Tam Advisory Definition Api Data Source[] 
- classId string
- createTime string
- datePublished string
- dateUpdated string
- description string
- domainGroup stringMoid 
- executeOn stringPod 
- externalUrl string
- modTime string
- moid string
- name string
- nrVersion string
- objectType string
- organization
GetTam Advisory Definition Organization 
- otherRef string[]Urls 
- owners string[]
- parent
GetTam Advisory Definition Parent 
- permissionResources GetTam Advisory Definition Permission Resource[] 
- recommendation string
- s3DataSources GetTam Advisory Definition S3Data Source[] 
- severity
GetTam Advisory Definition Severity 
- string
- state string
- 
GetTam Advisory Definition Tag[] 
- type string
- versionContext GetTam Advisory Definition Version Context 
- workaround string
- id str
- results
Sequence[GetTam Advisory Definition Result] 
- account_moid str
- actions
Sequence[GetTam Advisory Definition Action] 
- additional_properties str
- advisory_details GetTam Advisory Definition Advisory Details 
- advisory_id str
- ancestors
Sequence[GetTam Advisory Definition Ancestor] 
- api_data_ Sequence[Getsources Tam Advisory Definition Api Data Source] 
- class_id str
- create_time str
- date_published str
- date_updated str
- description str
- domain_group_ strmoid 
- execute_on_ strpod 
- external_url str
- mod_time str
- moid str
- name str
- nr_version str
- object_type str
- organization
GetTam Advisory Definition Organization 
- other_ref_ Sequence[str]urls 
- owners Sequence[str]
- parent
GetTam Advisory Definition Parent 
- permission_resources Sequence[GetTam Advisory Definition Permission Resource] 
- recommendation str
- s3_data_ Sequence[Getsources Tam Advisory Definition S3Data Source] 
- severity
GetTam Advisory Definition Severity 
- str
- state str
- 
Sequence[GetTam Advisory Definition Tag] 
- type str
- version_context GetTam Advisory Definition Version Context 
- workaround str
- id String
- results List<Property Map>
- accountMoid String
- actions List<Property Map>
- additionalProperties String
- advisoryDetails Property Map
- advisoryId String
- ancestors List<Property Map>
- apiData List<Property Map>Sources 
- classId String
- createTime String
- datePublished String
- dateUpdated String
- description String
- domainGroup StringMoid 
- executeOn StringPod 
- externalUrl String
- modTime String
- moid String
- name String
- nrVersion String
- objectType String
- organization Property Map
- otherRef List<String>Urls 
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- recommendation String
- s3DataSources List<Property Map>
- severity Property Map
- String
- state String
- List<Property Map>
- type String
- versionContext Property Map
- workaround String
Supporting Types
GetTamAdvisoryDefinitionAction    
- AdditionalProperties string
- AffectedObject stringType 
- Type of the managed object that should be marked with an instance of the Alert (when operation type is create) or that should have an alert instance removed (when operation type is remove).
- AlertType string
- Alert type is used to denote the category of an Intersight alert (FieldNotice, equipment Fault etc.).- psirt- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).
- fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).
- eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
 
- 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.
- Identifiers
List<GetTam Advisory Definition Action Identifier> 
- Name string
- A user defined name for the Intersight Advisory.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OperationType string
- Operation type for the alert action. An action is used to carry out the process of "reacting" to an alert condition. For e.g.in case of a fieldNotice alert, the intention may be to create a new alert (if the condition matches and there is no existing alert) or to remove an existing alert when the alert condition has been remedied.- create- Create an instance of AdvisoryInstance.
- remove- Remove an instance of AdvisoryInstance.
 
- Queries
List<GetTam Advisory Definition Action Query> 
- Type string
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- AdditionalProperties string
- AffectedObject stringType 
- Type of the managed object that should be marked with an instance of the Alert (when operation type is create) or that should have an alert instance removed (when operation type is remove).
- AlertType string
- Alert type is used to denote the category of an Intersight alert (FieldNotice, equipment Fault etc.).- psirt- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).
- fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).
- eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
 
- 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.
- Identifiers
[]GetTam Advisory Definition Action Identifier 
- Name string
- A user defined name for the Intersight Advisory.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OperationType string
- Operation type for the alert action. An action is used to carry out the process of "reacting" to an alert condition. For e.g.in case of a fieldNotice alert, the intention may be to create a new alert (if the condition matches and there is no existing alert) or to remove an existing alert when the alert condition has been remedied.- create- Create an instance of AdvisoryInstance.
- remove- Remove an instance of AdvisoryInstance.
 
- Queries
[]GetTam Advisory Definition Action Query 
- Type string
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- additionalProperties String
- affectedObject StringType 
- Type of the managed object that should be marked with an instance of the Alert (when operation type is create) or that should have an alert instance removed (when operation type is remove).
- alertType String
- Alert type is used to denote the category of an Intersight alert (FieldNotice, equipment Fault etc.).- psirt- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).
- fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).
- eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
 
- 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.
- identifiers
List<GetTam Advisory Definition Action Identifier> 
- name String
- A user defined name for the Intersight Advisory.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operationType String
- Operation type for the alert action. An action is used to carry out the process of "reacting" to an alert condition. For e.g.in case of a fieldNotice alert, the intention may be to create a new alert (if the condition matches and there is no existing alert) or to remove an existing alert when the alert condition has been remedied.- create- Create an instance of AdvisoryInstance.
- remove- Remove an instance of AdvisoryInstance.
 
- queries
List<GetTam Advisory Definition Action Query> 
- type String
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- additionalProperties string
- affectedObject stringType 
- Type of the managed object that should be marked with an instance of the Alert (when operation type is create) or that should have an alert instance removed (when operation type is remove).
- alertType string
- Alert type is used to denote the category of an Intersight alert (FieldNotice, equipment Fault etc.).- psirt- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).
- fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).
- eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
 
- 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.
- identifiers
GetTam Advisory Definition Action Identifier[] 
- name string
- A user defined name for the Intersight Advisory.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operationType string
- Operation type for the alert action. An action is used to carry out the process of "reacting" to an alert condition. For e.g.in case of a fieldNotice alert, the intention may be to create a new alert (if the condition matches and there is no existing alert) or to remove an existing alert when the alert condition has been remedied.- create- Create an instance of AdvisoryInstance.
- remove- Remove an instance of AdvisoryInstance.
 
- queries
GetTam Advisory Definition Action Query[] 
- type string
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- additional_properties str
- affected_object_ strtype 
- Type of the managed object that should be marked with an instance of the Alert (when operation type is create) or that should have an alert instance removed (when operation type is remove).
- alert_type str
- Alert type is used to denote the category of an Intersight alert (FieldNotice, equipment Fault etc.).- psirt- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).
- fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).
- eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
 
- 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.
- identifiers
Sequence[GetTam Advisory Definition Action Identifier] 
- name str
- A user defined name for the Intersight Advisory.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operation_type str
- Operation type for the alert action. An action is used to carry out the process of "reacting" to an alert condition. For e.g.in case of a fieldNotice alert, the intention may be to create a new alert (if the condition matches and there is no existing alert) or to remove an existing alert when the alert condition has been remedied.- create- Create an instance of AdvisoryInstance.
- remove- Remove an instance of AdvisoryInstance.
 
- queries
Sequence[GetTam Advisory Definition Action Query] 
- type str
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- additionalProperties String
- affectedObject StringType 
- Type of the managed object that should be marked with an instance of the Alert (when operation type is create) or that should have an alert instance removed (when operation type is remove).
- alertType String
- Alert type is used to denote the category of an Intersight alert (FieldNotice, equipment Fault etc.).- psirt- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).
- fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).
- eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
 
- 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.
- identifiers List<Property Map>
- name String
- A user defined name for the Intersight Advisory.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operationType String
- Operation type for the alert action. An action is used to carry out the process of "reacting" to an alert condition. For e.g.in case of a fieldNotice alert, the intention may be to create a new alert (if the condition matches and there is no existing alert) or to remove an existing alert when the alert condition has been remedied.- create- Create an instance of AdvisoryInstance.
- remove- Remove an instance of AdvisoryInstance.
 
- queries List<Property Map>
- type String
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
GetTamAdvisoryDefinitionActionIdentifier     
- 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
- A user defined name for the Intersight Advisory.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- Value of the filter paramter.
- 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
- A user defined name for the Intersight Advisory.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- Value of the filter paramter.
- 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
- A user defined name for the Intersight Advisory.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- Value of the filter paramter.
- 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
- A user defined name for the Intersight Advisory.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value string
- Value of the filter paramter.
- 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
- A user defined name for the Intersight Advisory.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value str
- Value of the filter paramter.
- 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
- A user defined name for the Intersight Advisory.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- Value of the filter paramter.
GetTamAdvisoryDefinitionActionQuery     
- 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
- A user defined name for the Intersight Advisory.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Priority double
- An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
- Query string
- A SparkSQL query to be used on a given data source.
- 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
- A user defined name for the Intersight Advisory.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Priority float64
- An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
- Query string
- A SparkSQL query to be used on a given data source.
- 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
- A user defined name for the Intersight Advisory.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- priority Double
- An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
- query String
- A SparkSQL query to be used on a given data source.
- 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
- A user defined name for the Intersight Advisory.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- priority number
- An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
- query string
- A SparkSQL query to be used on a given data source.
- 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
- A user defined name for the Intersight Advisory.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- priority float
- An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
- query str
- A SparkSQL query to be used on a given data source.
- 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
- A user defined name for the Intersight Advisory.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- priority Number
- An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
- query String
- A SparkSQL query to be used on a given data source.
GetTamAdvisoryDefinitionAdvisoryDetails     
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Description string
- Brief description of the advisory details.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Description string
- Brief description of the advisory details.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- description String
- Brief description of the advisory details.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- description string
- Brief description of the advisory details.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- description str
- Brief description of the advisory details.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- description String
- Brief description of the advisory details.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
GetTamAdvisoryDefinitionAncestor    
- 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'.
 
GetTamAdvisoryDefinitionApiDataSource      
- 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.
- MoType string
- Type of Intersight managed object used as data source.
- Name string
- A user defined name for the Intersight Advisory.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Queries
List<GetTam Advisory Definition Api Data Source Query> 
- Type string
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- 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.
- MoType string
- Type of Intersight managed object used as data source.
- Name string
- A user defined name for the Intersight Advisory.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Queries
[]GetTam Advisory Definition Api Data Source Query 
- Type string
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- 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.
- moType String
- Type of Intersight managed object used as data source.
- name String
- A user defined name for the Intersight Advisory.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- queries
List<GetTam Advisory Definition Api Data Source Query> 
- type String
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- 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.
- moType string
- Type of Intersight managed object used as data source.
- name string
- A user defined name for the Intersight Advisory.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- queries
GetTam Advisory Definition Api Data Source Query[] 
- type string
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- 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.
- mo_type str
- Type of Intersight managed object used as data source.
- name str
- A user defined name for the Intersight Advisory.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- queries
Sequence[GetTam Advisory Definition Api Data Source Query] 
- type str
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- 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.
- moType String
- Type of Intersight managed object used as data source.
- name String
- A user defined name for the Intersight Advisory.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- queries List<Property Map>
- type String
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
GetTamAdvisoryDefinitionApiDataSourceQuery       
- 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
- A user defined name for the Intersight Advisory.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Priority double
- An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
- Query string
- A SparkSQL query to be used on a given data source.
- 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
- A user defined name for the Intersight Advisory.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Priority float64
- An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
- Query string
- A SparkSQL query to be used on a given data source.
- 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
- A user defined name for the Intersight Advisory.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- priority Double
- An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
- query String
- A SparkSQL query to be used on a given data source.
- 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
- A user defined name for the Intersight Advisory.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- priority number
- An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
- query string
- A SparkSQL query to be used on a given data source.
- 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
- A user defined name for the Intersight Advisory.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- priority float
- An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
- query str
- A SparkSQL query to be used on a given data source.
- 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
- A user defined name for the Intersight Advisory.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- priority Number
- An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
- query String
- A SparkSQL query to be used on a given data source.
GetTamAdvisoryDefinitionOrganization    
- 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'.
 
GetTamAdvisoryDefinitionParent    
- 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'.
 
GetTamAdvisoryDefinitionPermissionResource     
- 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'.
 
GetTamAdvisoryDefinitionResult    
- AccountMoid string
- The Account ID for this managed object.
- Actions
List<GetTam Advisory Definition Result Action> 
- AdditionalProperties string
- AdvisoryDetails List<GetTam Advisory Definition Result Advisory Detail> 
- AdvisoryId string
- Cisco generated identifier for the published security/field-notice/end-of-life advisory.
- Ancestors
List<GetTam Advisory Definition Result Ancestor> 
- ApiData List<GetSources Tam Advisory Definition Result Api Data Source> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DatePublished string
- Date when the security/field-notice/end-of-life advisory was first published by Cisco.
- DateUpdated string
- Date when the security/field-notice/end-of-life advisory was last updated by Cisco.
- Description string
- Brief description of the advisory details.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExecuteOn stringPod 
- Orion pod on which this advisory should process.* tier1- Advisory processing will be taken care in first advisory driver of multinode cluster.*tier2- Advisory processing will be taken care in second advisory driver of multinode cluster.
- ExternalUrl string
- A link to an external URL describing security Advisory in more details.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- A user defined name for the Intersight Advisory.
- NrVersion string
- Cisco assigned advisory/field-notice/end-of-life version after latest revision.
- ObjectType string
- Organizations
List<GetTam Advisory Definition Result Organization> 
- OtherRef List<string>Urls 
- Owners List<string>
- Parents
List<GetTam Advisory Definition Result Parent> 
- PermissionResources List<GetTam Advisory Definition Result Permission Resource> 
- Recommendation string
- Recommended action to resolve the security advisory.
- S3DataSources List<GetTam Advisory Definition Result S3Data Source> 
- Severities
List<GetTam Advisory Definition Result Severity> 
- 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.
- State string
- Current state of the advisory.* ready- Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.*evaluating- Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.
- 
List<GetTam Advisory Definition Result Tag> 
- Type string
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- VersionContexts List<GetTam Advisory Definition Result Version Context> 
- Workaround string
- Workarounds available for the advisory.
- AccountMoid string
- The Account ID for this managed object.
- Actions
[]GetTam Advisory Definition Result Action 
- AdditionalProperties string
- AdvisoryDetails []GetTam Advisory Definition Result Advisory Detail 
- AdvisoryId string
- Cisco generated identifier for the published security/field-notice/end-of-life advisory.
- Ancestors
[]GetTam Advisory Definition Result Ancestor 
- ApiData []GetSources Tam Advisory Definition Result Api Data Source 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DatePublished string
- Date when the security/field-notice/end-of-life advisory was first published by Cisco.
- DateUpdated string
- Date when the security/field-notice/end-of-life advisory was last updated by Cisco.
- Description string
- Brief description of the advisory details.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExecuteOn stringPod 
- Orion pod on which this advisory should process.* tier1- Advisory processing will be taken care in first advisory driver of multinode cluster.*tier2- Advisory processing will be taken care in second advisory driver of multinode cluster.
- ExternalUrl string
- A link to an external URL describing security Advisory in more details.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- A user defined name for the Intersight Advisory.
- NrVersion string
- Cisco assigned advisory/field-notice/end-of-life version after latest revision.
- ObjectType string
- Organizations
[]GetTam Advisory Definition Result Organization 
- OtherRef []stringUrls 
- Owners []string
- Parents
[]GetTam Advisory Definition Result Parent 
- PermissionResources []GetTam Advisory Definition Result Permission Resource 
- Recommendation string
- Recommended action to resolve the security advisory.
- S3DataSources []GetTam Advisory Definition Result S3Data Source 
- Severities
[]GetTam Advisory Definition Result Severity 
- 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.
- State string
- Current state of the advisory.* ready- Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.*evaluating- Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.
- 
[]GetTam Advisory Definition Result Tag 
- Type string
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- VersionContexts []GetTam Advisory Definition Result Version Context 
- Workaround string
- Workarounds available for the advisory.
- accountMoid String
- The Account ID for this managed object.
- actions
List<GetTam Advisory Definition Result Action> 
- additionalProperties String
- advisoryDetails List<GetTam Advisory Definition Result Advisory Detail> 
- advisoryId String
- Cisco generated identifier for the published security/field-notice/end-of-life advisory.
- ancestors
List<GetTam Advisory Definition Result Ancestor> 
- apiData List<GetSources Tam Advisory Definition Result Api Data Source> 
- classId String
- createTime String
- The time when this managed object was created.
- datePublished String
- Date when the security/field-notice/end-of-life advisory was first published by Cisco.
- dateUpdated String
- Date when the security/field-notice/end-of-life advisory was last updated by Cisco.
- description String
- Brief description of the advisory details.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- executeOn StringPod 
- Orion pod on which this advisory should process.* tier1- Advisory processing will be taken care in first advisory driver of multinode cluster.*tier2- Advisory processing will be taken care in second advisory driver of multinode cluster.
- externalUrl String
- A link to an external URL describing security Advisory in more details.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- A user defined name for the Intersight Advisory.
- nrVersion String
- Cisco assigned advisory/field-notice/end-of-life version after latest revision.
- objectType String
- organizations
List<GetTam Advisory Definition Result Organization> 
- otherRef List<String>Urls 
- owners List<String>
- parents
List<GetTam Advisory Definition Result Parent> 
- permissionResources List<GetTam Advisory Definition Result Permission Resource> 
- recommendation String
- Recommended action to resolve the security advisory.
- s3DataSources List<GetTam Advisory Definition Result S3Data Source> 
- severities
List<GetTam Advisory Definition Result Severity> 
- 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.
- state String
- Current state of the advisory.* ready- Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.*evaluating- Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.
- 
List<GetTam Advisory Definition Result Tag> 
- type String
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- versionContexts List<GetTam Advisory Definition Result Version Context> 
- workaround String
- Workarounds available for the advisory.
- accountMoid string
- The Account ID for this managed object.
- actions
GetTam Advisory Definition Result Action[] 
- additionalProperties string
- advisoryDetails GetTam Advisory Definition Result Advisory Detail[] 
- advisoryId string
- Cisco generated identifier for the published security/field-notice/end-of-life advisory.
- ancestors
GetTam Advisory Definition Result Ancestor[] 
- apiData GetSources Tam Advisory Definition Result Api Data Source[] 
- classId string
- createTime string
- The time when this managed object was created.
- datePublished string
- Date when the security/field-notice/end-of-life advisory was first published by Cisco.
- dateUpdated string
- Date when the security/field-notice/end-of-life advisory was last updated by Cisco.
- description string
- Brief description of the advisory details.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- executeOn stringPod 
- Orion pod on which this advisory should process.* tier1- Advisory processing will be taken care in first advisory driver of multinode cluster.*tier2- Advisory processing will be taken care in second advisory driver of multinode cluster.
- externalUrl string
- A link to an external URL describing security Advisory in more details.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- A user defined name for the Intersight Advisory.
- nrVersion string
- Cisco assigned advisory/field-notice/end-of-life version after latest revision.
- objectType string
- organizations
GetTam Advisory Definition Result Organization[] 
- otherRef string[]Urls 
- owners string[]
- parents
GetTam Advisory Definition Result Parent[] 
- permissionResources GetTam Advisory Definition Result Permission Resource[] 
- recommendation string
- Recommended action to resolve the security advisory.
- s3DataSources GetTam Advisory Definition Result S3Data Source[] 
- severities
GetTam Advisory Definition Result Severity[] 
- 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.
- state string
- Current state of the advisory.* ready- Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.*evaluating- Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.
- 
GetTam Advisory Definition Result Tag[] 
- type string
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- versionContexts GetTam Advisory Definition Result Version Context[] 
- workaround string
- Workarounds available for the advisory.
- account_moid str
- The Account ID for this managed object.
- actions
Sequence[GetTam Advisory Definition Result Action] 
- additional_properties str
- advisory_details Sequence[GetTam Advisory Definition Result Advisory Detail] 
- advisory_id str
- Cisco generated identifier for the published security/field-notice/end-of-life advisory.
- ancestors
Sequence[GetTam Advisory Definition Result Ancestor] 
- api_data_ Sequence[Getsources Tam Advisory Definition Result Api Data Source] 
- class_id str
- create_time str
- The time when this managed object was created.
- date_published str
- Date when the security/field-notice/end-of-life advisory was first published by Cisco.
- date_updated str
- Date when the security/field-notice/end-of-life advisory was last updated by Cisco.
- description str
- Brief description of the advisory details.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- execute_on_ strpod 
- Orion pod on which this advisory should process.* tier1- Advisory processing will be taken care in first advisory driver of multinode cluster.*tier2- Advisory processing will be taken care in second advisory driver of multinode cluster.
- external_url str
- A link to an external URL describing security Advisory in more details.
- 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 user defined name for the Intersight Advisory.
- nr_version str
- Cisco assigned advisory/field-notice/end-of-life version after latest revision.
- object_type str
- organizations
Sequence[GetTam Advisory Definition Result Organization] 
- other_ref_ Sequence[str]urls 
- owners Sequence[str]
- parents
Sequence[GetTam Advisory Definition Result Parent] 
- permission_resources Sequence[GetTam Advisory Definition Result Permission Resource] 
- recommendation str
- Recommended action to resolve the security advisory.
- s3_data_ Sequence[Getsources Tam Advisory Definition Result S3Data Source] 
- severities
Sequence[GetTam Advisory Definition Result Severity] 
- 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.
- state str
- Current state of the advisory.* ready- Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.*evaluating- Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.
- 
Sequence[GetTam Advisory Definition Result Tag] 
- type str
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- version_contexts Sequence[GetTam Advisory Definition Result Version Context] 
- workaround str
- Workarounds available for the advisory.
- accountMoid String
- The Account ID for this managed object.
- actions List<Property Map>
- additionalProperties String
- advisoryDetails List<Property Map>
- advisoryId String
- Cisco generated identifier for the published security/field-notice/end-of-life advisory.
- ancestors List<Property Map>
- apiData List<Property Map>Sources 
- classId String
- createTime String
- The time when this managed object was created.
- datePublished String
- Date when the security/field-notice/end-of-life advisory was first published by Cisco.
- dateUpdated String
- Date when the security/field-notice/end-of-life advisory was last updated by Cisco.
- description String
- Brief description of the advisory details.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- executeOn StringPod 
- Orion pod on which this advisory should process.* tier1- Advisory processing will be taken care in first advisory driver of multinode cluster.*tier2- Advisory processing will be taken care in second advisory driver of multinode cluster.
- externalUrl String
- A link to an external URL describing security Advisory in more details.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- A user defined name for the Intersight Advisory.
- nrVersion String
- Cisco assigned advisory/field-notice/end-of-life version after latest revision.
- objectType String
- organizations List<Property Map>
- otherRef List<String>Urls 
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- recommendation String
- Recommended action to resolve the security advisory.
- s3DataSources List<Property Map>
- severities List<Property Map>
- 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.
- state String
- Current state of the advisory.* ready- Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.*evaluating- Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.
- List<Property Map>
- type String
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- versionContexts List<Property Map>
- workaround String
- Workarounds available for the advisory.
GetTamAdvisoryDefinitionResultAction     
- AdditionalProperties string
- AffectedObject stringType 
- AlertType string
- ClassId string
- Identifiers
List<GetTam Advisory Definition Result Action Identifier> 
- Name string
- A user defined name for the Intersight Advisory.
- ObjectType string
- OperationType string
- Queries
List<GetTam Advisory Definition Result Action Query> 
- Type string
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- AdditionalProperties string
- AffectedObject stringType 
- AlertType string
- ClassId string
- Identifiers
[]GetTam Advisory Definition Result Action Identifier 
- Name string
- A user defined name for the Intersight Advisory.
- ObjectType string
- OperationType string
- Queries
[]GetTam Advisory Definition Result Action Query 
- Type string
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- additionalProperties String
- affectedObject StringType 
- alertType String
- classId String
- identifiers
List<GetTam Advisory Definition Result Action Identifier> 
- name String
- A user defined name for the Intersight Advisory.
- objectType String
- operationType String
- queries
List<GetTam Advisory Definition Result Action Query> 
- type String
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- additionalProperties string
- affectedObject stringType 
- alertType string
- classId string
- identifiers
GetTam Advisory Definition Result Action Identifier[] 
- name string
- A user defined name for the Intersight Advisory.
- objectType string
- operationType string
- queries
GetTam Advisory Definition Result Action Query[] 
- type string
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- additional_properties str
- affected_object_ strtype 
- alert_type str
- class_id str
- identifiers
Sequence[GetTam Advisory Definition Result Action Identifier] 
- name str
- A user defined name for the Intersight Advisory.
- object_type str
- operation_type str
- queries
Sequence[GetTam Advisory Definition Result Action Query] 
- type str
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- additionalProperties String
- affectedObject StringType 
- alertType String
- classId String
- identifiers List<Property Map>
- name String
- A user defined name for the Intersight Advisory.
- objectType String
- operationType String
- queries List<Property Map>
- type String
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
GetTamAdvisoryDefinitionResultActionIdentifier      
- AdditionalProperties string
- ClassId string
- Name string
- A user defined name for the Intersight Advisory.
- ObjectType string
- Value string
- AdditionalProperties string
- ClassId string
- Name string
- A user defined name for the Intersight Advisory.
- ObjectType string
- Value string
- additionalProperties String
- classId String
- name String
- A user defined name for the Intersight Advisory.
- objectType String
- value String
- additionalProperties string
- classId string
- name string
- A user defined name for the Intersight Advisory.
- objectType string
- value string
- additional_properties str
- class_id str
- name str
- A user defined name for the Intersight Advisory.
- object_type str
- value str
- additionalProperties String
- classId String
- name String
- A user defined name for the Intersight Advisory.
- objectType String
- value String
GetTamAdvisoryDefinitionResultActionQuery      
- AdditionalProperties string
- ClassId string
- Name string
- A user defined name for the Intersight Advisory.
- ObjectType string
- Priority double
- Query string
- AdditionalProperties string
- ClassId string
- Name string
- A user defined name for the Intersight Advisory.
- ObjectType string
- Priority float64
- Query string
- additionalProperties String
- classId String
- name String
- A user defined name for the Intersight Advisory.
- objectType String
- priority Double
- query String
- additionalProperties string
- classId string
- name string
- A user defined name for the Intersight Advisory.
- objectType string
- priority number
- query string
- additional_properties str
- class_id str
- name str
- A user defined name for the Intersight Advisory.
- object_type str
- priority float
- query str
- additionalProperties String
- classId String
- name String
- A user defined name for the Intersight Advisory.
- objectType String
- priority Number
- query String
GetTamAdvisoryDefinitionResultAdvisoryDetail      
- AdditionalProperties string
- ClassId string
- Description string
- Brief description of the advisory details.
- ObjectType string
- AdditionalProperties string
- ClassId string
- Description string
- Brief description of the advisory details.
- ObjectType string
- additionalProperties String
- classId String
- description String
- Brief description of the advisory details.
- objectType String
- additionalProperties string
- classId string
- description string
- Brief description of the advisory details.
- objectType string
- additional_properties str
- class_id str
- description str
- Brief description of the advisory details.
- object_type str
- additionalProperties String
- classId String
- description String
- Brief description of the advisory details.
- objectType String
GetTamAdvisoryDefinitionResultAncestor     
- 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
GetTamAdvisoryDefinitionResultApiDataSource       
- AdditionalProperties string
- ClassId string
- MoType string
- Name string
- A user defined name for the Intersight Advisory.
- ObjectType string
- Queries
List<GetTam Advisory Definition Result Api Data Source Query> 
- Type string
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- AdditionalProperties string
- ClassId string
- MoType string
- Name string
- A user defined name for the Intersight Advisory.
- ObjectType string
- Queries
[]GetTam Advisory Definition Result Api Data Source Query 
- Type string
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- additionalProperties String
- classId String
- moType String
- name String
- A user defined name for the Intersight Advisory.
- objectType String
- queries
List<GetTam Advisory Definition Result Api Data Source Query> 
- type String
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- additionalProperties string
- classId string
- moType string
- name string
- A user defined name for the Intersight Advisory.
- objectType string
- queries
GetTam Advisory Definition Result Api Data Source Query[] 
- type string
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- additional_properties str
- class_id str
- mo_type str
- name str
- A user defined name for the Intersight Advisory.
- object_type str
- queries
Sequence[GetTam Advisory Definition Result Api Data Source Query] 
- type str
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- additionalProperties String
- classId String
- moType String
- name String
- A user defined name for the Intersight Advisory.
- objectType String
- queries List<Property Map>
- type String
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
GetTamAdvisoryDefinitionResultApiDataSourceQuery        
- AdditionalProperties string
- ClassId string
- Name string
- A user defined name for the Intersight Advisory.
- ObjectType string
- Priority double
- Query string
- AdditionalProperties string
- ClassId string
- Name string
- A user defined name for the Intersight Advisory.
- ObjectType string
- Priority float64
- Query string
- additionalProperties String
- classId String
- name String
- A user defined name for the Intersight Advisory.
- objectType String
- priority Double
- query String
- additionalProperties string
- classId string
- name string
- A user defined name for the Intersight Advisory.
- objectType string
- priority number
- query string
- additional_properties str
- class_id str
- name str
- A user defined name for the Intersight Advisory.
- object_type str
- priority float
- query str
- additionalProperties String
- classId String
- name String
- A user defined name for the Intersight Advisory.
- objectType String
- priority Number
- query String
GetTamAdvisoryDefinitionResultOrganization     
- 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
GetTamAdvisoryDefinitionResultParent     
- 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
GetTamAdvisoryDefinitionResultPermissionResource      
- 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
GetTamAdvisoryDefinitionResultS3DataSource      
- AdditionalProperties string
- ClassId string
- Name string
- A user defined name for the Intersight Advisory.
- ObjectType string
- Queries
List<GetTam Advisory Definition Result S3Data Source Query> 
- S3Path string
- Type string
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- AdditionalProperties string
- ClassId string
- Name string
- A user defined name for the Intersight Advisory.
- ObjectType string
- Queries
[]GetTam Advisory Definition Result S3Data Source Query 
- S3Path string
- Type string
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- additionalProperties String
- classId String
- name String
- A user defined name for the Intersight Advisory.
- objectType String
- queries
List<GetTam Advisory Definition Result S3Data Source Query> 
- s3Path String
- type String
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- additionalProperties string
- classId string
- name string
- A user defined name for the Intersight Advisory.
- objectType string
- queries
GetTam Advisory Definition Result S3Data Source Query[] 
- s3Path string
- type string
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- additional_properties str
- class_id str
- name str
- A user defined name for the Intersight Advisory.
- object_type str
- queries
Sequence[GetTam Advisory Definition Result S3Data Source Query] 
- s3_path str
- type str
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- additionalProperties String
- classId String
- name String
- A user defined name for the Intersight Advisory.
- objectType String
- queries List<Property Map>
- s3Path String
- type String
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
GetTamAdvisoryDefinitionResultS3DataSourceQuery       
- AdditionalProperties string
- ClassId string
- Name string
- A user defined name for the Intersight Advisory.
- ObjectType string
- Priority double
- Query string
- AdditionalProperties string
- ClassId string
- Name string
- A user defined name for the Intersight Advisory.
- ObjectType string
- Priority float64
- Query string
- additionalProperties String
- classId String
- name String
- A user defined name for the Intersight Advisory.
- objectType String
- priority Double
- query String
- additionalProperties string
- classId string
- name string
- A user defined name for the Intersight Advisory.
- objectType string
- priority number
- query string
- additional_properties str
- class_id str
- name str
- A user defined name for the Intersight Advisory.
- object_type str
- priority float
- query str
- additionalProperties String
- classId String
- name String
- A user defined name for the Intersight Advisory.
- objectType String
- priority Number
- query String
GetTamAdvisoryDefinitionResultSeverity     
- AdditionalProperties string
- ClassId string
- ObjectType string
- AdditionalProperties string
- ClassId string
- ObjectType string
- additionalProperties String
- classId String
- objectType String
- additionalProperties string
- classId string
- objectType string
- additional_properties str
- class_id str
- object_type str
- additionalProperties String
- classId String
- objectType String
GetTamAdvisoryDefinitionResultTag     
- 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
GetTamAdvisoryDefinitionResultVersionContext      
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetTam Advisory Definition Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- Cisco assigned advisory/field-notice/end-of-life version after latest revision.
- ObjectType string
- RefMos List<GetTam Advisory Definition Result Version Context Ref Mo> 
- Timestamp string
- VersionType string
- AdditionalProperties string
- ClassId string
- InterestedMos []GetTam Advisory Definition Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- Cisco assigned advisory/field-notice/end-of-life version after latest revision.
- ObjectType string
- RefMos []GetTam Advisory Definition Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetTam Advisory Definition Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- Cisco assigned advisory/field-notice/end-of-life version after latest revision.
- objectType String
- refMos List<GetTam Advisory Definition Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetTam Advisory Definition Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- Cisco assigned advisory/field-notice/end-of-life version after latest revision.
- objectType string
- refMos GetTam Advisory Definition Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additional_properties str
- class_id str
- interested_mos Sequence[GetTam Advisory Definition Result Version Context Interested Mo] 
- marked_for_ booldeletion 
- nr_version str
- Cisco assigned advisory/field-notice/end-of-life version after latest revision.
- object_type str
- ref_mos Sequence[GetTam Advisory Definition Result Version Context Ref Mo] 
- timestamp str
- version_type str
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- Cisco assigned advisory/field-notice/end-of-life version after latest revision.
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetTamAdvisoryDefinitionResultVersionContextInterestedMo        
- 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
GetTamAdvisoryDefinitionResultVersionContextRefMo        
- 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
GetTamAdvisoryDefinitionS3DataSource     
- 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
- A user defined name for the Intersight Advisory.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Queries
List<GetTam Advisory Definition S3Data Source Query> 
- S3Path string
- Path used to access file in s3 containing data.
- Type string
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- 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
- A user defined name for the Intersight Advisory.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Queries
[]GetTam Advisory Definition S3Data Source Query 
- S3Path string
- Path used to access file in s3 containing data.
- Type string
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- 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
- A user defined name for the Intersight Advisory.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- queries
List<GetTam Advisory Definition S3Data Source Query> 
- s3Path String
- Path used to access file in s3 containing data.
- type String
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- 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
- A user defined name for the Intersight Advisory.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- queries
GetTam Advisory Definition S3Data Source Query[] 
- s3Path string
- Path used to access file in s3 containing data.
- type string
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- 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
- A user defined name for the Intersight Advisory.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- queries
Sequence[GetTam Advisory Definition S3Data Source Query] 
- s3_path str
- Path used to access file in s3 containing data.
- type str
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
- 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
- A user defined name for the Intersight Advisory.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- queries List<Property Map>
- s3Path String
- Path used to access file in s3 containing data.
- type String
- The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory- Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).*fieldNotice- Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).*eolAdvisory- Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
GetTamAdvisoryDefinitionS3DataSourceQuery      
- 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
- A user defined name for the Intersight Advisory.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Priority double
- An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
- Query string
- A SparkSQL query to be used on a given data source.
- 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
- A user defined name for the Intersight Advisory.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Priority float64
- An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
- Query string
- A SparkSQL query to be used on a given data source.
- 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
- A user defined name for the Intersight Advisory.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- priority Double
- An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
- query String
- A SparkSQL query to be used on a given data source.
- 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
- A user defined name for the Intersight Advisory.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- priority number
- An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
- query string
- A SparkSQL query to be used on a given data source.
- 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
- A user defined name for the Intersight Advisory.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- priority float
- An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
- query str
- A SparkSQL query to be used on a given data source.
- 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
- A user defined name for the Intersight Advisory.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- priority Number
- An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
- query String
- A SparkSQL query to be used on a given data source.
GetTamAdvisoryDefinitionSeverity    
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
GetTamAdvisoryDefinitionTag    
- 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.
GetTamAdvisoryDefinitionVersionContext     
- 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<GetTam Advisory Definition 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
- Cisco assigned advisory/field-notice/end-of-life version after latest revision.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetTam Advisory Definition Version Context Ref Mo 
- 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 []GetTam Advisory Definition 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
- Cisco assigned advisory/field-notice/end-of-life version after latest revision.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetTam Advisory Definition Version Context Ref Mo 
- 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 List<GetTam Advisory Definition 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
- Cisco assigned advisory/field-notice/end-of-life version after latest revision.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetTam Advisory Definition Version Context Ref Mo 
- 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 GetTam Advisory Definition 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
- Cisco assigned advisory/field-notice/end-of-life version after latest revision.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetTam Advisory Definition Version Context Ref Mo 
- 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[GetTam Advisory Definition 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
- Cisco assigned advisory/field-notice/end-of-life version after latest revision.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetTam Advisory Definition Version Context Ref Mo 
- 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>
- 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
- Cisco assigned advisory/field-notice/end-of-life version after latest revision.
- 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.
 
GetTamAdvisoryDefinitionVersionContextInterestedMo       
- 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'.
 
GetTamAdvisoryDefinitionVersionContextRefMo       
- 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.