ConnectorV2ConnectorProviderServiceNow class

Constructors

ConnectorV2ConnectorProviderServiceNow({Input<String?>? authStatus, required Input<String> instanceName, required Input<String> secretArn})
Creates a new ConnectorV2ConnectorProviderServiceNow. authStatus Status of the authorization between ServiceNow and the service. instanceName Instance name of ServiceNow ITSM. secretArn ARN of the AWS Secrets Manager secret that contains the ServiceNow credentials.
const
ConnectorV2ConnectorProviderServiceNow.fromMap(Map<String, dynamic> map)
factory

Properties

authStatus → Input<String?>?
Status of the authorization between ServiceNow and the service.
final
hashCode int
The hash code for this object.
no setterinherited
instanceName → Input<String>
Instance name of ServiceNow ITSM.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretArn → Input<String>
ARN of the AWS Secrets Manager secret that contains the ServiceNow credentials.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited