Share via


AdminConfiguration

The AdminConfiguration entity represents an admin configuration in a System Management Automation runbook. The AdminConfigurations collection includes all of the admin configurations in all the runbooks in the local System Management Automation environment.

Inheritance Hierarchy

Orchestrator.ResourceModel
  AdminConfiguration

Supported HTTP Verbs

Create (POST) Read (GET) Update (PUT) Delete (DELETE)

False

True

True

False

Entity Properties

For more information about how the properties of an entity interact with HTTP operations, see Service Management Automation Web Service Fundamentals.

Name Create (PUT) Read (GET) Update (POST) Delete (DELETE) Type Nullable Description

Name

            -

      Optional*

      Required

            -

Edm.String

False

Key Property

Unique identifier of the activity.

LastModifiedTime

            -

      Optional

            -

            -

Edm.DateTime

False

Date and time that the activity was created.

Value

            -

      Optional

      Required

            -

Edm.String

False

The configuration value.

 

Note

Direct access to the entity requires the key property Name. This property is not required to simply enumerate the AdminConfigurations collection.

Relationships

This entity does not have any relationships.

Examples

Examples of supported data operations are available in the AdminConfigurations collection topic.

See Also

Concepts

AdminConfigurations