1. Packages
  2. Intersight Provider
  3. API Docs
  4. getTamSecurityAdvisory
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet

intersight.getTamSecurityAdvisory

Explore with Pulumi AI

intersight logo
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet

    Intersight representation of a Cisco PSIRT (https://tools.cisco.com/security/center/publicationListing.x) advisory definition. It includes the description of the security advisory and a corresponding reference to the published advisory. It also includes the Intersight data sources needed to evaluate the applicability of this advisory for relevant Intersight managed objects. A PSIRT definition is evaluated against all managed object referenced using the included data sources. Only Cisco TAC and Intersight devops engineers have the ability to create PSIRT definitions in Intersight.

    Using getTamSecurityAdvisory

    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 getTamSecurityAdvisory(args: GetTamSecurityAdvisoryArgs, opts?: InvokeOptions): Promise<GetTamSecurityAdvisoryResult>
    function getTamSecurityAdvisoryOutput(args: GetTamSecurityAdvisoryOutputArgs, opts?: InvokeOptions): Output<GetTamSecurityAdvisoryResult>
    def get_tam_security_advisory(account_moid: Optional[str] = None,
                                  actions: Optional[Sequence[GetTamSecurityAdvisoryAction]] = None,
                                  additional_properties: Optional[str] = None,
                                  advisory_id: Optional[str] = None,
                                  ancestors: Optional[Sequence[GetTamSecurityAdvisoryAncestor]] = None,
                                  api_data_sources: Optional[Sequence[GetTamSecurityAdvisoryApiDataSource]] = None,
                                  base_score: Optional[float] = None,
                                  class_id: Optional[str] = None,
                                  create_time: Optional[str] = None,
                                  cve_ids: Optional[Sequence[str]] = None,
                                  date_published: Optional[str] = None,
                                  date_updated: Optional[str] = None,
                                  description: Optional[str] = None,
                                  domain_group_moid: Optional[str] = None,
                                  environmental_score: Optional[float] = 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[GetTamSecurityAdvisoryOrganization] = None,
                                  other_ref_urls: Optional[Sequence[str]] = None,
                                  owners: Optional[Sequence[str]] = None,
                                  parent: Optional[GetTamSecurityAdvisoryParent] = None,
                                  permission_resources: Optional[Sequence[GetTamSecurityAdvisoryPermissionResource]] = None,
                                  recommendation: Optional[str] = None,
                                  severity: Optional[GetTamSecurityAdvisorySeverity] = None,
                                  shared_scope: Optional[str] = None,
                                  state: Optional[str] = None,
                                  status: Optional[str] = None,
                                  tags: Optional[Sequence[GetTamSecurityAdvisoryTag]] = None,
                                  temporal_score: Optional[float] = None,
                                  version_context: Optional[GetTamSecurityAdvisoryVersionContext] = None,
                                  workaround: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetTamSecurityAdvisoryResult
    def get_tam_security_advisory_output(account_moid: Optional[pulumi.Input[str]] = None,
                                  actions: Optional[pulumi.Input[Sequence[pulumi.Input[GetTamSecurityAdvisoryActionArgs]]]] = None,
                                  additional_properties: Optional[pulumi.Input[str]] = None,
                                  advisory_id: Optional[pulumi.Input[str]] = None,
                                  ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetTamSecurityAdvisoryAncestorArgs]]]] = None,
                                  api_data_sources: Optional[pulumi.Input[Sequence[pulumi.Input[GetTamSecurityAdvisoryApiDataSourceArgs]]]] = None,
                                  base_score: Optional[pulumi.Input[float]] = None,
                                  class_id: Optional[pulumi.Input[str]] = None,
                                  create_time: Optional[pulumi.Input[str]] = None,
                                  cve_ids: Optional[pulumi.Input[Sequence[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,
                                  environmental_score: Optional[pulumi.Input[float]] = 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[GetTamSecurityAdvisoryOrganizationArgs]] = 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[GetTamSecurityAdvisoryParentArgs]] = None,
                                  permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetTamSecurityAdvisoryPermissionResourceArgs]]]] = None,
                                  recommendation: Optional[pulumi.Input[str]] = None,
                                  severity: Optional[pulumi.Input[GetTamSecurityAdvisorySeverityArgs]] = None,
                                  shared_scope: Optional[pulumi.Input[str]] = None,
                                  state: Optional[pulumi.Input[str]] = None,
                                  status: Optional[pulumi.Input[str]] = None,
                                  tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetTamSecurityAdvisoryTagArgs]]]] = None,
                                  temporal_score: Optional[pulumi.Input[float]] = None,
                                  version_context: Optional[pulumi.Input[GetTamSecurityAdvisoryVersionContextArgs]] = None,
                                  workaround: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetTamSecurityAdvisoryResult]
    func LookupTamSecurityAdvisory(ctx *Context, args *LookupTamSecurityAdvisoryArgs, opts ...InvokeOption) (*LookupTamSecurityAdvisoryResult, error)
    func LookupTamSecurityAdvisoryOutput(ctx *Context, args *LookupTamSecurityAdvisoryOutputArgs, opts ...InvokeOption) LookupTamSecurityAdvisoryResultOutput

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

    public static class GetTamSecurityAdvisory 
    {
        public static Task<GetTamSecurityAdvisoryResult> InvokeAsync(GetTamSecurityAdvisoryArgs args, InvokeOptions? opts = null)
        public static Output<GetTamSecurityAdvisoryResult> Invoke(GetTamSecurityAdvisoryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTamSecurityAdvisoryResult> getTamSecurityAdvisory(GetTamSecurityAdvisoryArgs args, InvokeOptions options)
    public static Output<GetTamSecurityAdvisoryResult> getTamSecurityAdvisory(GetTamSecurityAdvisoryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getTamSecurityAdvisory:getTamSecurityAdvisory
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    Actions List<GetTamSecurityAdvisoryAction>
    AdditionalProperties string
    AdvisoryId string
    Cisco generated identifier for the published security advisory.
    Ancestors List<GetTamSecurityAdvisoryAncestor>
    ApiDataSources List<GetTamSecurityAdvisoryApiDataSource>
    BaseScore double
    CVSS version 3 base score for the security Advisory.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CveIds List<string>
    DatePublished string
    Date when the security advisory was first published by Cisco.
    DateUpdated string
    Date when the security advisory was last updated by Cisco.
    Description string
    Brief description of the advisory details.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EnvironmentalScore double
    CVSS version 3 environmental score for the security Advisory.
    ExecuteOnPod string
    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 version after latest revision.
    ObjectType string
    Organization GetTamSecurityAdvisoryOrganization
    OtherRefUrls List<string>
    Owners List<string>
    Parent GetTamSecurityAdvisoryParent
    PermissionResources List<GetTamSecurityAdvisoryPermissionResource>
    Recommendation string
    Recommended action to resolve the security advisory.
    Severity GetTamSecurityAdvisorySeverity
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    Status string
    Cisco assigned status of the published advisory based on whether the investigation is complete or on-going.* interim - The Cisco investigation for the advisory is ongoing. Cisco will issue revisions to the advisory when additional information, including fixed software release data, becomes available.* final - Cisco has completed its evaluation of the vulnerability described in the advisory. There will be no further updates unless there is a material change in the nature of the vulnerability.
    Tags List<GetTamSecurityAdvisoryTag>
    TemporalScore double
    CVSS version 3 temporal score for the security Advisory.
    VersionContext GetTamSecurityAdvisoryVersionContext
    Workaround string
    Workarounds available for the advisory.
    AccountMoid string
    The Account ID for this managed object.
    Actions []GetTamSecurityAdvisoryAction
    AdditionalProperties string
    AdvisoryId string
    Cisco generated identifier for the published security advisory.
    Ancestors []GetTamSecurityAdvisoryAncestor
    ApiDataSources []GetTamSecurityAdvisoryApiDataSource
    BaseScore float64
    CVSS version 3 base score for the security Advisory.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CveIds []string
    DatePublished string
    Date when the security advisory was first published by Cisco.
    DateUpdated string
    Date when the security advisory was last updated by Cisco.
    Description string
    Brief description of the advisory details.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EnvironmentalScore float64
    CVSS version 3 environmental score for the security Advisory.
    ExecuteOnPod string
    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 version after latest revision.
    ObjectType string
    Organization GetTamSecurityAdvisoryOrganization
    OtherRefUrls []string
    Owners []string
    Parent GetTamSecurityAdvisoryParent
    PermissionResources []GetTamSecurityAdvisoryPermissionResource
    Recommendation string
    Recommended action to resolve the security advisory.
    Severity GetTamSecurityAdvisorySeverity
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    Status string
    Cisco assigned status of the published advisory based on whether the investigation is complete or on-going.* interim - The Cisco investigation for the advisory is ongoing. Cisco will issue revisions to the advisory when additional information, including fixed software release data, becomes available.* final - Cisco has completed its evaluation of the vulnerability described in the advisory. There will be no further updates unless there is a material change in the nature of the vulnerability.
    Tags []GetTamSecurityAdvisoryTag
    TemporalScore float64
    CVSS version 3 temporal score for the security Advisory.
    VersionContext GetTamSecurityAdvisoryVersionContext
    Workaround string
    Workarounds available for the advisory.
    accountMoid String
    The Account ID for this managed object.
    actions List<GetTamSecurityAdvisoryAction>
    additionalProperties String
    advisoryId String
    Cisco generated identifier for the published security advisory.
    ancestors List<GetTamSecurityAdvisoryAncestor>
    apiDataSources List<GetTamSecurityAdvisoryApiDataSource>
    baseScore Double
    CVSS version 3 base score for the security Advisory.
    classId String
    createTime String
    The time when this managed object was created.
    cveIds List<String>
    datePublished String
    Date when the security advisory was first published by Cisco.
    dateUpdated String
    Date when the security advisory was last updated by Cisco.
    description String
    Brief description of the advisory details.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    environmentalScore Double
    CVSS version 3 environmental score for the security Advisory.
    executeOnPod String
    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 version after latest revision.
    objectType String
    organization GetTamSecurityAdvisoryOrganization
    otherRefUrls List<String>
    owners List<String>
    parent GetTamSecurityAdvisoryParent
    permissionResources List<GetTamSecurityAdvisoryPermissionResource>
    recommendation String
    Recommended action to resolve the security advisory.
    severity GetTamSecurityAdvisorySeverity
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    status String
    Cisco assigned status of the published advisory based on whether the investigation is complete or on-going.* interim - The Cisco investigation for the advisory is ongoing. Cisco will issue revisions to the advisory when additional information, including fixed software release data, becomes available.* final - Cisco has completed its evaluation of the vulnerability described in the advisory. There will be no further updates unless there is a material change in the nature of the vulnerability.
    tags List<GetTamSecurityAdvisoryTag>
    temporalScore Double
    CVSS version 3 temporal score for the security Advisory.
    versionContext GetTamSecurityAdvisoryVersionContext
    workaround String
    Workarounds available for the advisory.
    accountMoid string
    The Account ID for this managed object.
    actions GetTamSecurityAdvisoryAction[]
    additionalProperties string
    advisoryId string
    Cisco generated identifier for the published security advisory.
    ancestors GetTamSecurityAdvisoryAncestor[]
    apiDataSources GetTamSecurityAdvisoryApiDataSource[]
    baseScore number
    CVSS version 3 base score for the security Advisory.
    classId string
    createTime string
    The time when this managed object was created.
    cveIds string[]
    datePublished string
    Date when the security advisory was first published by Cisco.
    dateUpdated string
    Date when the security advisory was last updated by Cisco.
    description string
    Brief description of the advisory details.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    environmentalScore number
    CVSS version 3 environmental score for the security Advisory.
    executeOnPod string
    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 version after latest revision.
    objectType string
    organization GetTamSecurityAdvisoryOrganization
    otherRefUrls string[]
    owners string[]
    parent GetTamSecurityAdvisoryParent
    permissionResources GetTamSecurityAdvisoryPermissionResource[]
    recommendation string
    Recommended action to resolve the security advisory.
    severity GetTamSecurityAdvisorySeverity
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    status string
    Cisco assigned status of the published advisory based on whether the investigation is complete or on-going.* interim - The Cisco investigation for the advisory is ongoing. Cisco will issue revisions to the advisory when additional information, including fixed software release data, becomes available.* final - Cisco has completed its evaluation of the vulnerability described in the advisory. There will be no further updates unless there is a material change in the nature of the vulnerability.
    tags GetTamSecurityAdvisoryTag[]
    temporalScore number
    CVSS version 3 temporal score for the security Advisory.
    versionContext GetTamSecurityAdvisoryVersionContext
    workaround string
    Workarounds available for the advisory.
    account_moid str
    The Account ID for this managed object.
    actions Sequence[GetTamSecurityAdvisoryAction]
    additional_properties str
    advisory_id str
    Cisco generated identifier for the published security advisory.
    ancestors Sequence[GetTamSecurityAdvisoryAncestor]
    api_data_sources Sequence[GetTamSecurityAdvisoryApiDataSource]
    base_score float
    CVSS version 3 base score for the security Advisory.
    class_id str
    create_time str
    The time when this managed object was created.
    cve_ids Sequence[str]
    date_published str
    Date when the security advisory was first published by Cisco.
    date_updated str
    Date when the security advisory was last updated by Cisco.
    description str
    Brief description of the advisory details.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    environmental_score float
    CVSS version 3 environmental score for the security Advisory.
    execute_on_pod str
    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 version after latest revision.
    object_type str
    organization GetTamSecurityAdvisoryOrganization
    other_ref_urls Sequence[str]
    owners Sequence[str]
    parent GetTamSecurityAdvisoryParent
    permission_resources Sequence[GetTamSecurityAdvisoryPermissionResource]
    recommendation str
    Recommended action to resolve the security advisory.
    severity GetTamSecurityAdvisorySeverity
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    status str
    Cisco assigned status of the published advisory based on whether the investigation is complete or on-going.* interim - The Cisco investigation for the advisory is ongoing. Cisco will issue revisions to the advisory when additional information, including fixed software release data, becomes available.* final - Cisco has completed its evaluation of the vulnerability described in the advisory. There will be no further updates unless there is a material change in the nature of the vulnerability.
    tags Sequence[GetTamSecurityAdvisoryTag]
    temporal_score float
    CVSS version 3 temporal score for the security Advisory.
    version_context GetTamSecurityAdvisoryVersionContext
    workaround str
    Workarounds available for the advisory.
    accountMoid String
    The Account ID for this managed object.
    actions List<Property Map>
    additionalProperties String
    advisoryId String
    Cisco generated identifier for the published security advisory.
    ancestors List<Property Map>
    apiDataSources List<Property Map>
    baseScore Number
    CVSS version 3 base score for the security Advisory.
    classId String
    createTime String
    The time when this managed object was created.
    cveIds List<String>
    datePublished String
    Date when the security advisory was first published by Cisco.
    dateUpdated String
    Date when the security advisory was last updated by Cisco.
    description String
    Brief description of the advisory details.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    environmentalScore Number
    CVSS version 3 environmental score for the security Advisory.
    executeOnPod String
    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 version after latest revision.
    objectType String
    organization Property Map
    otherRefUrls List<String>
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    recommendation String
    Recommended action to resolve the security advisory.
    severity Property Map
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    status String
    Cisco assigned status of the published advisory based on whether the investigation is complete or on-going.* interim - The Cisco investigation for the advisory is ongoing. Cisco will issue revisions to the advisory when additional information, including fixed software release data, becomes available.* final - Cisco has completed its evaluation of the vulnerability described in the advisory. There will be no further updates unless there is a material change in the nature of the vulnerability.
    tags List<Property Map>
    temporalScore Number
    CVSS version 3 temporal score for the security Advisory.
    versionContext Property Map
    workaround String
    Workarounds available for the advisory.

    getTamSecurityAdvisory Result

    The following output properties are available:

    Id string
    Results List<GetTamSecurityAdvisoryResult>
    AccountMoid string
    Actions List<GetTamSecurityAdvisoryAction>
    AdditionalProperties string
    AdvisoryId string
    Ancestors List<GetTamSecurityAdvisoryAncestor>
    ApiDataSources List<GetTamSecurityAdvisoryApiDataSource>
    BaseScore double
    ClassId string
    CreateTime string
    CveIds List<string>
    DatePublished string
    DateUpdated string
    Description string
    DomainGroupMoid string
    EnvironmentalScore double
    ExecuteOnPod string
    ExternalUrl string
    ModTime string
    Moid string
    Name string
    NrVersion string
    ObjectType string
    Organization GetTamSecurityAdvisoryOrganization
    OtherRefUrls List<string>
    Owners List<string>
    Parent GetTamSecurityAdvisoryParent
    PermissionResources List<GetTamSecurityAdvisoryPermissionResource>
    Recommendation string
    Severity GetTamSecurityAdvisorySeverity
    SharedScope string
    State string
    Status string
    Tags List<GetTamSecurityAdvisoryTag>
    TemporalScore double
    VersionContext GetTamSecurityAdvisoryVersionContext
    Workaround string
    Id string
    Results []GetTamSecurityAdvisoryResult
    AccountMoid string
    Actions []GetTamSecurityAdvisoryAction
    AdditionalProperties string
    AdvisoryId string
    Ancestors []GetTamSecurityAdvisoryAncestor
    ApiDataSources []GetTamSecurityAdvisoryApiDataSource
    BaseScore float64
    ClassId string
    CreateTime string
    CveIds []string
    DatePublished string
    DateUpdated string
    Description string
    DomainGroupMoid string
    EnvironmentalScore float64
    ExecuteOnPod string
    ExternalUrl string
    ModTime string
    Moid string
    Name string
    NrVersion string
    ObjectType string
    Organization GetTamSecurityAdvisoryOrganization
    OtherRefUrls []string
    Owners []string
    Parent GetTamSecurityAdvisoryParent
    PermissionResources []GetTamSecurityAdvisoryPermissionResource
    Recommendation string
    Severity GetTamSecurityAdvisorySeverity
    SharedScope string
    State string
    Status string
    Tags []GetTamSecurityAdvisoryTag
    TemporalScore float64
    VersionContext GetTamSecurityAdvisoryVersionContext
    Workaround string
    id String
    results List<GetTamSecurityAdvisoryResult>
    accountMoid String
    actions List<GetTamSecurityAdvisoryAction>
    additionalProperties String
    advisoryId String
    ancestors List<GetTamSecurityAdvisoryAncestor>
    apiDataSources List<GetTamSecurityAdvisoryApiDataSource>
    baseScore Double
    classId String
    createTime String
    cveIds List<String>
    datePublished String
    dateUpdated String
    description String
    domainGroupMoid String
    environmentalScore Double
    executeOnPod String
    externalUrl String
    modTime String
    moid String
    name String
    nrVersion String
    objectType String
    organization GetTamSecurityAdvisoryOrganization
    otherRefUrls List<String>
    owners List<String>
    parent GetTamSecurityAdvisoryParent
    permissionResources List<GetTamSecurityAdvisoryPermissionResource>
    recommendation String
    severity GetTamSecurityAdvisorySeverity
    sharedScope String
    state String
    status String
    tags List<GetTamSecurityAdvisoryTag>
    temporalScore Double
    versionContext GetTamSecurityAdvisoryVersionContext
    workaround String
    id string
    results GetTamSecurityAdvisoryResult[]
    accountMoid string
    actions GetTamSecurityAdvisoryAction[]
    additionalProperties string
    advisoryId string
    ancestors GetTamSecurityAdvisoryAncestor[]
    apiDataSources GetTamSecurityAdvisoryApiDataSource[]
    baseScore number
    classId string
    createTime string
    cveIds string[]
    datePublished string
    dateUpdated string
    description string
    domainGroupMoid string
    environmentalScore number
    executeOnPod string
    externalUrl string
    modTime string
    moid string
    name string
    nrVersion string
    objectType string
    organization GetTamSecurityAdvisoryOrganization
    otherRefUrls string[]
    owners string[]
    parent GetTamSecurityAdvisoryParent
    permissionResources GetTamSecurityAdvisoryPermissionResource[]
    recommendation string
    severity GetTamSecurityAdvisorySeverity
    sharedScope string
    state string
    status string
    tags GetTamSecurityAdvisoryTag[]
    temporalScore number
    versionContext GetTamSecurityAdvisoryVersionContext
    workaround string
    id str
    results Sequence[GetTamSecurityAdvisoryResult]
    account_moid str
    actions Sequence[GetTamSecurityAdvisoryAction]
    additional_properties str
    advisory_id str
    ancestors Sequence[GetTamSecurityAdvisoryAncestor]
    api_data_sources Sequence[GetTamSecurityAdvisoryApiDataSource]
    base_score float
    class_id str
    create_time str
    cve_ids Sequence[str]
    date_published str
    date_updated str
    description str
    domain_group_moid str
    environmental_score float
    execute_on_pod str
    external_url str
    mod_time str
    moid str
    name str
    nr_version str
    object_type str
    organization GetTamSecurityAdvisoryOrganization
    other_ref_urls Sequence[str]
    owners Sequence[str]
    parent GetTamSecurityAdvisoryParent
    permission_resources Sequence[GetTamSecurityAdvisoryPermissionResource]
    recommendation str
    severity GetTamSecurityAdvisorySeverity
    shared_scope str
    state str
    status str
    tags Sequence[GetTamSecurityAdvisoryTag]
    temporal_score float
    version_context GetTamSecurityAdvisoryVersionContext
    workaround str

    Supporting Types

    GetTamSecurityAdvisoryAction

    AdditionalProperties string
    AffectedObjectType string
    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<GetTamSecurityAdvisoryActionIdentifier>
    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<GetTamSecurityAdvisoryActionQuery>
    Type string
    Type of Intersight alert. An alert in Intersight could be one of several kinds (FieldNotice, PSIRT etc.). Primarily used for filtering alerts based on the type.

    • restApi - Repesents the use of REST API for carrying out alert actions.
    AdditionalProperties string
    AffectedObjectType string
    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 []GetTamSecurityAdvisoryActionIdentifier
    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 []GetTamSecurityAdvisoryActionQuery
    Type string
    Type of Intersight alert. An alert in Intersight could be one of several kinds (FieldNotice, PSIRT etc.). Primarily used for filtering alerts based on the type.

    • restApi - Repesents the use of REST API for carrying out alert actions.
    additionalProperties String
    affectedObjectType String
    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<GetTamSecurityAdvisoryActionIdentifier>
    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<GetTamSecurityAdvisoryActionQuery>
    type String
    Type of Intersight alert. An alert in Intersight could be one of several kinds (FieldNotice, PSIRT etc.). Primarily used for filtering alerts based on the type.

    • restApi - Repesents the use of REST API for carrying out alert actions.
    additionalProperties string
    affectedObjectType string
    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 GetTamSecurityAdvisoryActionIdentifier[]
    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 GetTamSecurityAdvisoryActionQuery[]
    type string
    Type of Intersight alert. An alert in Intersight could be one of several kinds (FieldNotice, PSIRT etc.). Primarily used for filtering alerts based on the type.

    • restApi - Repesents the use of REST API for carrying out alert actions.
    additional_properties str
    affected_object_type str
    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[GetTamSecurityAdvisoryActionIdentifier]
    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[GetTamSecurityAdvisoryActionQuery]
    type str
    Type of Intersight alert. An alert in Intersight could be one of several kinds (FieldNotice, PSIRT etc.). Primarily used for filtering alerts based on the type.

    • restApi - Repesents the use of REST API for carrying out alert actions.
    additionalProperties String
    affectedObjectType String
    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
    Type of Intersight alert. An alert in Intersight could be one of several kinds (FieldNotice, PSIRT etc.). Primarily used for filtering alerts based on the type.

    • restApi - Repesents the use of REST API for carrying out alert actions.

    GetTamSecurityAdvisoryActionIdentifier

    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.

    GetTamSecurityAdvisoryActionQuery

    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.

    GetTamSecurityAdvisoryAncestor

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

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

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

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

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

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

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

    GetTamSecurityAdvisoryApiDataSource

    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<GetTamSecurityAdvisoryApiDataSourceQuery>
    Type string
    Type of data source (for e.g. TextFsmTempalate based, Intersight API based etc.).

    • intersightApi - Collector type for this data collection is Intersight APIs.
    • nxos - Collector type for this data collection is NXOS.
    • s3File - Collector type for this data collection is a file in a cloud hosted object storage bucket.
    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 []GetTamSecurityAdvisoryApiDataSourceQuery
    Type string
    Type of data source (for e.g. TextFsmTempalate based, Intersight API based etc.).

    • intersightApi - Collector type for this data collection is Intersight APIs.
    • nxos - Collector type for this data collection is NXOS.
    • s3File - Collector type for this data collection is a file in a cloud hosted object storage bucket.
    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<GetTamSecurityAdvisoryApiDataSourceQuery>
    type String
    Type of data source (for e.g. TextFsmTempalate based, Intersight API based etc.).

    • intersightApi - Collector type for this data collection is Intersight APIs.
    • nxos - Collector type for this data collection is NXOS.
    • s3File - Collector type for this data collection is a file in a cloud hosted object storage bucket.
    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 GetTamSecurityAdvisoryApiDataSourceQuery[]
    type string
    Type of data source (for e.g. TextFsmTempalate based, Intersight API based etc.).

    • intersightApi - Collector type for this data collection is Intersight APIs.
    • nxos - Collector type for this data collection is NXOS.
    • s3File - Collector type for this data collection is a file in a cloud hosted object storage bucket.
    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[GetTamSecurityAdvisoryApiDataSourceQuery]
    type str
    Type of data source (for e.g. TextFsmTempalate based, Intersight API based etc.).

    • intersightApi - Collector type for this data collection is Intersight APIs.
    • nxos - Collector type for this data collection is NXOS.
    • s3File - Collector type for this data collection is a file in a cloud hosted object storage bucket.
    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
    Type of data source (for e.g. TextFsmTempalate based, Intersight API based etc.).

    • intersightApi - Collector type for this data collection is Intersight APIs.
    • nxos - Collector type for this data collection is NXOS.
    • s3File - Collector type for this data collection is a file in a cloud hosted object storage bucket.

    GetTamSecurityAdvisoryApiDataSourceQuery

    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.

    GetTamSecurityAdvisoryOrganization

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

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

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

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

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

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

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

    GetTamSecurityAdvisoryParent

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

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

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

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

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

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

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

    GetTamSecurityAdvisoryPermissionResource

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

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

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

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

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

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

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

    GetTamSecurityAdvisoryResult

    AccountMoid string
    The Account ID for this managed object.
    Actions List<GetTamSecurityAdvisoryResultAction>
    AdditionalProperties string
    AdvisoryId string
    Cisco generated identifier for the published security advisory.
    Ancestors List<GetTamSecurityAdvisoryResultAncestor>
    ApiDataSources List<GetTamSecurityAdvisoryResultApiDataSource>
    BaseScore double
    CVSS version 3 base score for the security Advisory.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CveIds List<string>
    DatePublished string
    Date when the security advisory was first published by Cisco.
    DateUpdated string
    Date when the security advisory was last updated by Cisco.
    Description string
    Brief description of the advisory details.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EnvironmentalScore double
    CVSS version 3 environmental score for the security Advisory.
    ExecuteOnPod string
    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 version after latest revision.
    ObjectType string
    Organizations List<GetTamSecurityAdvisoryResultOrganization>
    OtherRefUrls List<string>
    Owners List<string>
    Parents List<GetTamSecurityAdvisoryResultParent>
    PermissionResources List<GetTamSecurityAdvisoryResultPermissionResource>
    Recommendation string
    Recommended action to resolve the security advisory.
    Severities List<GetTamSecurityAdvisoryResultSeverity>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    Status string
    Cisco assigned status of the published advisory based on whether the investigation is complete or on-going.* interim - The Cisco investigation for the advisory is ongoing. Cisco will issue revisions to the advisory when additional information, including fixed software release data, becomes available.* final - Cisco has completed its evaluation of the vulnerability described in the advisory. There will be no further updates unless there is a material change in the nature of the vulnerability.
    Tags List<GetTamSecurityAdvisoryResultTag>
    TemporalScore double
    CVSS version 3 temporal score for the security Advisory.
    VersionContexts List<GetTamSecurityAdvisoryResultVersionContext>
    Workaround string
    Workarounds available for the advisory.
    AccountMoid string
    The Account ID for this managed object.
    Actions []GetTamSecurityAdvisoryResultAction
    AdditionalProperties string
    AdvisoryId string
    Cisco generated identifier for the published security advisory.
    Ancestors []GetTamSecurityAdvisoryResultAncestor
    ApiDataSources []GetTamSecurityAdvisoryResultApiDataSource
    BaseScore float64
    CVSS version 3 base score for the security Advisory.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CveIds []string
    DatePublished string
    Date when the security advisory was first published by Cisco.
    DateUpdated string
    Date when the security advisory was last updated by Cisco.
    Description string
    Brief description of the advisory details.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EnvironmentalScore float64
    CVSS version 3 environmental score for the security Advisory.
    ExecuteOnPod string
    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 version after latest revision.
    ObjectType string
    Organizations []GetTamSecurityAdvisoryResultOrganization
    OtherRefUrls []string
    Owners []string
    Parents []GetTamSecurityAdvisoryResultParent
    PermissionResources []GetTamSecurityAdvisoryResultPermissionResource
    Recommendation string
    Recommended action to resolve the security advisory.
    Severities []GetTamSecurityAdvisoryResultSeverity
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    Status string
    Cisco assigned status of the published advisory based on whether the investigation is complete or on-going.* interim - The Cisco investigation for the advisory is ongoing. Cisco will issue revisions to the advisory when additional information, including fixed software release data, becomes available.* final - Cisco has completed its evaluation of the vulnerability described in the advisory. There will be no further updates unless there is a material change in the nature of the vulnerability.
    Tags []GetTamSecurityAdvisoryResultTag
    TemporalScore float64
    CVSS version 3 temporal score for the security Advisory.
    VersionContexts []GetTamSecurityAdvisoryResultVersionContext
    Workaround string
    Workarounds available for the advisory.
    accountMoid String
    The Account ID for this managed object.
    actions List<GetTamSecurityAdvisoryResultAction>
    additionalProperties String
    advisoryId String
    Cisco generated identifier for the published security advisory.
    ancestors List<GetTamSecurityAdvisoryResultAncestor>
    apiDataSources List<GetTamSecurityAdvisoryResultApiDataSource>
    baseScore Double
    CVSS version 3 base score for the security Advisory.
    classId String
    createTime String
    The time when this managed object was created.
    cveIds List<String>
    datePublished String
    Date when the security advisory was first published by Cisco.
    dateUpdated String
    Date when the security advisory was last updated by Cisco.
    description String
    Brief description of the advisory details.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    environmentalScore Double
    CVSS version 3 environmental score for the security Advisory.
    executeOnPod String
    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 version after latest revision.
    objectType String
    organizations List<GetTamSecurityAdvisoryResultOrganization>
    otherRefUrls List<String>
    owners List<String>
    parents List<GetTamSecurityAdvisoryResultParent>
    permissionResources List<GetTamSecurityAdvisoryResultPermissionResource>
    recommendation String
    Recommended action to resolve the security advisory.
    severities List<GetTamSecurityAdvisoryResultSeverity>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    status String
    Cisco assigned status of the published advisory based on whether the investigation is complete or on-going.* interim - The Cisco investigation for the advisory is ongoing. Cisco will issue revisions to the advisory when additional information, including fixed software release data, becomes available.* final - Cisco has completed its evaluation of the vulnerability described in the advisory. There will be no further updates unless there is a material change in the nature of the vulnerability.
    tags List<GetTamSecurityAdvisoryResultTag>
    temporalScore Double
    CVSS version 3 temporal score for the security Advisory.
    versionContexts List<GetTamSecurityAdvisoryResultVersionContext>
    workaround String
    Workarounds available for the advisory.
    accountMoid string
    The Account ID for this managed object.
    actions GetTamSecurityAdvisoryResultAction[]
    additionalProperties string
    advisoryId string
    Cisco generated identifier for the published security advisory.
    ancestors GetTamSecurityAdvisoryResultAncestor[]
    apiDataSources GetTamSecurityAdvisoryResultApiDataSource[]
    baseScore number
    CVSS version 3 base score for the security Advisory.
    classId string
    createTime string
    The time when this managed object was created.
    cveIds string[]
    datePublished string
    Date when the security advisory was first published by Cisco.
    dateUpdated string
    Date when the security advisory was last updated by Cisco.
    description string
    Brief description of the advisory details.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    environmentalScore number
    CVSS version 3 environmental score for the security Advisory.
    executeOnPod string
    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 version after latest revision.
    objectType string
    organizations GetTamSecurityAdvisoryResultOrganization[]
    otherRefUrls string[]
    owners string[]
    parents GetTamSecurityAdvisoryResultParent[]
    permissionResources GetTamSecurityAdvisoryResultPermissionResource[]
    recommendation string
    Recommended action to resolve the security advisory.
    severities GetTamSecurityAdvisoryResultSeverity[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    status string
    Cisco assigned status of the published advisory based on whether the investigation is complete or on-going.* interim - The Cisco investigation for the advisory is ongoing. Cisco will issue revisions to the advisory when additional information, including fixed software release data, becomes available.* final - Cisco has completed its evaluation of the vulnerability described in the advisory. There will be no further updates unless there is a material change in the nature of the vulnerability.
    tags GetTamSecurityAdvisoryResultTag[]
    temporalScore number
    CVSS version 3 temporal score for the security Advisory.
    versionContexts GetTamSecurityAdvisoryResultVersionContext[]
    workaround string
    Workarounds available for the advisory.
    account_moid str
    The Account ID for this managed object.
    actions Sequence[GetTamSecurityAdvisoryResultAction]
    additional_properties str
    advisory_id str
    Cisco generated identifier for the published security advisory.
    ancestors Sequence[GetTamSecurityAdvisoryResultAncestor]
    api_data_sources Sequence[GetTamSecurityAdvisoryResultApiDataSource]
    base_score float
    CVSS version 3 base score for the security Advisory.
    class_id str
    create_time str
    The time when this managed object was created.
    cve_ids Sequence[str]
    date_published str
    Date when the security advisory was first published by Cisco.
    date_updated str
    Date when the security advisory was last updated by Cisco.
    description str
    Brief description of the advisory details.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    environmental_score float
    CVSS version 3 environmental score for the security Advisory.
    execute_on_pod str
    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 version after latest revision.
    object_type str
    organizations Sequence[GetTamSecurityAdvisoryResultOrganization]
    other_ref_urls Sequence[str]
    owners Sequence[str]
    parents Sequence[GetTamSecurityAdvisoryResultParent]
    permission_resources Sequence[GetTamSecurityAdvisoryResultPermissionResource]
    recommendation str
    Recommended action to resolve the security advisory.
    severities Sequence[GetTamSecurityAdvisoryResultSeverity]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    status str
    Cisco assigned status of the published advisory based on whether the investigation is complete or on-going.* interim - The Cisco investigation for the advisory is ongoing. Cisco will issue revisions to the advisory when additional information, including fixed software release data, becomes available.* final - Cisco has completed its evaluation of the vulnerability described in the advisory. There will be no further updates unless there is a material change in the nature of the vulnerability.
    tags Sequence[GetTamSecurityAdvisoryResultTag]
    temporal_score float
    CVSS version 3 temporal score for the security Advisory.
    version_contexts Sequence[GetTamSecurityAdvisoryResultVersionContext]
    workaround str
    Workarounds available for the advisory.
    accountMoid String
    The Account ID for this managed object.
    actions List<Property Map>
    additionalProperties String
    advisoryId String
    Cisco generated identifier for the published security advisory.
    ancestors List<Property Map>
    apiDataSources List<Property Map>
    baseScore Number
    CVSS version 3 base score for the security Advisory.
    classId String
    createTime String
    The time when this managed object was created.
    cveIds List<String>
    datePublished String
    Date when the security advisory was first published by Cisco.
    dateUpdated String
    Date when the security advisory was last updated by Cisco.
    description String
    Brief description of the advisory details.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    environmentalScore Number
    CVSS version 3 environmental score for the security Advisory.
    executeOnPod String
    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 version after latest revision.
    objectType String
    organizations List<Property Map>
    otherRefUrls List<String>
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    recommendation String
    Recommended action to resolve the security advisory.
    severities List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    status String
    Cisco assigned status of the published advisory based on whether the investigation is complete or on-going.* interim - The Cisco investigation for the advisory is ongoing. Cisco will issue revisions to the advisory when additional information, including fixed software release data, becomes available.* final - Cisco has completed its evaluation of the vulnerability described in the advisory. There will be no further updates unless there is a material change in the nature of the vulnerability.
    tags List<Property Map>
    temporalScore Number
    CVSS version 3 temporal score for the security Advisory.
    versionContexts List<Property Map>
    workaround String
    Workarounds available for the advisory.

    GetTamSecurityAdvisoryResultAction

    additionalProperties String
    affectedObjectType String
    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

    GetTamSecurityAdvisoryResultActionIdentifier

    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

    GetTamSecurityAdvisoryResultActionQuery

    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

    GetTamSecurityAdvisoryResultAncestor

    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

    GetTamSecurityAdvisoryResultApiDataSource

    AdditionalProperties string
    ClassId string
    MoType string
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    Queries List<GetTamSecurityAdvisoryResultApiDataSourceQuery>
    Type string
    AdditionalProperties string
    ClassId string
    MoType string
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    Queries []GetTamSecurityAdvisoryResultApiDataSourceQuery
    Type string
    additionalProperties String
    classId String
    moType String
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    queries List<GetTamSecurityAdvisoryResultApiDataSourceQuery>
    type String
    additionalProperties string
    classId string
    moType string
    name string
    A user defined name for the Intersight Advisory.
    objectType string
    queries GetTamSecurityAdvisoryResultApiDataSourceQuery[]
    type string
    additionalProperties String
    classId String
    moType String
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    queries List<Property Map>
    type String

    GetTamSecurityAdvisoryResultApiDataSourceQuery

    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

    GetTamSecurityAdvisoryResultOrganization

    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

    GetTamSecurityAdvisoryResultParent

    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

    GetTamSecurityAdvisoryResultPermissionResource

    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

    GetTamSecurityAdvisoryResultSeverity

    GetTamSecurityAdvisoryResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetTamSecurityAdvisoryResultVersionContext

    additionalProperties String
    classId String
    interestedMos List<Property Map>
    markedForDeletion Boolean
    nrVersion String
    Cisco assigned advisory version after latest revision.
    objectType String
    refMos List<Property Map>
    timestamp String
    versionType String

    GetTamSecurityAdvisoryResultVersionContextInterestedMo

    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

    GetTamSecurityAdvisoryResultVersionContextRefMo

    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

    GetTamSecurityAdvisorySeverity

    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.

    GetTamSecurityAdvisoryTag

    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.

    GetTamSecurityAdvisoryVersionContext

    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<GetTamSecurityAdvisoryVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    Cisco assigned advisory 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 GetTamSecurityAdvisoryVersionContextRefMo
    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 []GetTamSecurityAdvisoryVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    Cisco assigned advisory 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 GetTamSecurityAdvisoryVersionContextRefMo
    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<GetTamSecurityAdvisoryVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    Cisco assigned advisory 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 GetTamSecurityAdvisoryVersionContextRefMo
    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 GetTamSecurityAdvisoryVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    Cisco assigned advisory 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 GetTamSecurityAdvisoryVersionContextRefMo
    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[GetTamSecurityAdvisoryVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    Cisco assigned advisory 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 GetTamSecurityAdvisoryVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    Cisco assigned advisory 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.

    GetTamSecurityAdvisoryVersionContextInterestedMo

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

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

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

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

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

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

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

    GetTamSecurityAdvisoryVersionContextRefMo

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

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

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

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

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

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

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

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet